Hi,
We are working on Grid View and List View controls in an ASP.NET application. To provide better performance we planned to provide pagination with 10 records display, at a time. We does not want to get all the records from database (at a time) and bind them to these controls i.e. we need to get only 10 records at a time from database and bind them but we need to implement pagination.
Kindly let me know if you know any code samples to achieve this functionality.
Thank you. Shravya.