码迷,mamicode.com
首页 > 其他好文 > 详细

DataList分页-增加自动编号列

时间:2014-08-29 21:17:18      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   ar   div   log   sp   on   size   

 1 <asp:DataList ID="dl_XUDAXIA" runat="server">                
 2    <HeaderTemplate>
 3      <table cellpadding="0" cellspacing="0"><tr><td align="center">Entry</td></tr></table>
 4    </HeaderTemplate>
 5    <ItemTemplate>
 6      <table cellpadding="0" cellspacing="0"><tr><td align="center">
 7        <%#Container.ItemIndex+1+(Int32.Parse(labPage.Text)-1)*pageSize %>      
 8      </td></tr></table>
 9    </ItemTemplate>
10    <HeaderStyle HorizontalAlign="Center" />
11 </asp:DataList>

附注:

labPage.Text为当前页
pageSize后台变量:public int pageSize

DataList分页-增加自动编号列

标签:style   blog   color   ar   div   log   sp   on   size   

原文地址:http://www.cnblogs.com/byvar/p/3945740.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!