摘要:
ASP.NET repeater添加序号列的方法 1、<itemtemplate><tr><td><%# Container.ItemIndex + 1%></td></tr></itemtemplate> 2、<itemtemplate><tr><td><%# this.rpResult.Items.Count + 1%></td></tr></itemtemplate> 3、 在<fo... 阅读全文
posted @ 2012-11-22 22:05
笨笨丁
阅读(649)
评论(0)
推荐(0)
浙公网安备 33010602011771号