How can you enable automatic paging in DataGrid ?
By on Apr 29, 2007 in ASP.NET Interview Questions
Using the Built-In Paging Controls
To use default paging, you set properties to enable paging, set the page size, and specify the style of the paging controls. Paging controls are LinkButton controls. You can choose from these types: Next and previous buttons. The button captions can be any text you want. Page numbers, which allow users [...]


