zoukankan      html  css  js  c++  java
  • c# 让repeater多列显示

    //前台

    代码
    <table>
    <tr>
    <asp:repeater id="Repeater1" runat="server" 
            onitemdatabound
    ="Repeater1_ItemDataBound">
    <ItemTemplate>
    <td><%#DataBinder.Eval(Container.DataItem,"thing")%></td>
    </ItemTemplate>
    </asp:repeater>
    </tr>
    </table>

    //后台

    代码
  • 相关阅读:
    树型表的设计 上海
    FTP通讯封装 上海
    线程淡写 上海
    TCP通讯故障 上海
    设计模式引导 上海
    初试Delegate 上海
    c# 扫描端口 上海
    攻读计算机研究生的看法(转载) 上海
    挖掘表字段中的汉字 上海
    新生活运动 上海
  • 原文地址:https://www.cnblogs.com/jxgxy/p/1614109.html
Copyright © 2011-2022 走看看