摘要:
1.首先引用这个控件。在前台页面上修改一些属性。 2.在page_load()事件下边 绑定AspNetPager的AspNetPager1.RecordCount(数据的记录条数)的属性。AspNetPager1.RecordCount = bll.GetRecordCount("");3.编写bindData()绑定数据的方法private void bindData() { rptList1.DataSource = bll.GetListByPage("","",AspNetPager1.StartRecordIndex,As 阅读全文
posted @ 2013-11-07 17:25
Suner
阅读(309)
评论(0)
推荐(0)