<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr height="20px">
<asp:Repeater ID="repServer" runat="server">
<ItemTemplate>
<td align="left><%#DataBinder.Eval(Container.DataItem,"字段") %></td>
<asp:Literal runat="server" ID="Literal1" Text="</tr><tr height=20px>" Visible='<%#(bool)((Container.ItemIndex+1)%3==0)%>'></asp:Literal>
</ItemTemplate>
</asp:Repeater>
</tr>
</table>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-01
  • 2021-08-23
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2021-12-17
猜你喜欢
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2021-08-02
  • 2021-09-16
  • 2021-10-16
  • 2021-06-11
相关资源
相似解决方案