ListView with DataPager not working

后端 未结 7 1001
[愿得一人]
[愿得一人] 2021-02-07 05:00

From everything I\'ve read, it seemed that adding paging to a ListView control should be dead simple, but it\'s not working for me. After adding the ListView and DataPager contr

7条回答
  •  無奈伤痛
    2021-02-07 05:36

    Bind the listview at datapager's pre render event not at page load. Please see the solution here

提交回复
热议问题