摘要:
通用分页控件(DataGrid,DataList,Repeater都可以用它来分页) 1.建立用户控件Pager.ascx1.1 html 第一页 上一页 0 of 0 下一页 最后一页 1.2 cs代码publicclassPager:System.Web.UI.UserControl { protectedSystem.Web.UI.WebControls.LabellblTotal; protectedSystem.Web.UI.WebControls.LabellabOf; protectedSystem.Web.UI.WebControls.TextB...
阅读全文