03 2013 档案
GridView自定义分页
摘要:模板代码:<PagerTemplate> 当前第: //((GridView)Container.NamingContainer)就是为了得到当前的控件 <asp:Label ID="LabelCurrentPage" runat="server" Text="<%# ((GridView)Container.NamingContainer).PageIndex + 1 %>"></asp:Label> 页/共: //得到分页页面的总数 ... 阅读全文
posted @ 2013-03-29 22:50 亲善美 阅读(153) 评论(0) 推荐(0)