ASP.NET Data Repeater control and database level paging
This article describes how to use asp.net data repeater control for paging with database level paging. This approach will give you significant performance for your page. Also, this article will highlight some of the common things which you can use to improve your repeater control performance.
##Files
- GetAllCustomers stored proc to get page wise customers.
- GetAllCustomersCount stored proc get all customers count to decide number of pages required to be rendered for DataRepeater.
- CustomerService.cs - connecting to database and fetching only required customers depending on current page index and page size.
For more details visit - https://geeksarray.com/blog/repeater-control-and-database-level-paging