07 2012 档案
摘要:第一步:设置GridView的AllowPaging="True" 和 PageSize="20"第二步:创建GridView的分页模板 <PagerTemplate> 第<asp:Label ID="LabelCurrentPage" runat="server" Text="<%# ((GridView)Container.NamingContainer).PageIndex + 1 %>"></asp:Label> 页/共<asp:La
阅读全文