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
As Josh mentioned, there are different ways to do it.
Check this question/answer for one variation: ASP.NET DataGrid and custom paging