1、要分页的记录总数只要一页且AlwaysShow设为false(默认);
2、Visible属性设为false;
3、未设置RecordCount值。

(补充:设置RecordCount值的方法是)
DataTable dt = new DataTable();
AspNetPager1.RecordCount = dt.Rows.Count;

相关文章:

  • 2021-09-24
  • 2021-08-30
  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
  • 2021-05-04
  • 2021-06-20
  • 2021-12-27
猜你喜欢
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-08-03
相关资源
相似解决方案