2012-04-28 124 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”)%>