2012-04-28 94 views

回答

0

RepeatColumn屬性設置爲2或更多。

0
#mygrid li { 
    float: left; 
    margin: 20px; 
    width: 200px; 
} 
0

您可以創建類似如下:

<LayoutTemplate> 
<table border="0" cellpadding="1"> 
<tr style="background-color:#E5E5FE"> 
<th align="left"><asp:LinkButton ID="lnkId" runat="server">Id</asp:LinkButton></th> 
<th align="left"><asp:LinkButton ID="lnkName" runat="server">Name</asp:LinkButton></th> 
<th align="left"><asp:LinkButton ID="lnkType" runat="server">Type</asp:LinkButton></th> 

<%#的eval( 「ID」)%> <%#的eval( 「名字」)+ 「」 +評估和演示( 「名字」)%> <%#的eval( 「ContactType」)%> <%#的eval( 「ID」)%> <%#的eval( 「姓」)+ 「 」+ 的eval(「 名字 」)%> <%#的eval(「 ContactType」)%>