smart paging with datagrid

后端 未结 3 1326
暖寄归人
暖寄归人 2021-01-23 21:08

How do I configure my datagrid to use paging such that it won\'t pull ALL the rows from the database, but rather only the rows for the current page.

BTW, should I be usi

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-23 21:59

    As Josh mentioned, there are different ways to do it.

    Check this question/answer for one variation: ASP.NET DataGrid and custom paging

提交回复
热议问题