Resources  
  • Customizing DataPager With PageSize DropDown in SilverlightNov 30, 2011. In real time applications huge data display demands pagination with a DataPager , which offer navigation and paging to data source.Here in this post we will customize the Datapager control to have a Page Size Combo(Or Dropdown) ,which will have the options to change the page size dynamically based on the data source.
  • Custom Paging in GridviewDec 02, 2012. In this article I am explaining custom paging in a grid view. Gridview has builtin paging but custom paging improves performance.
  • Building a Navigation System in ASP.NETJul 16, 2003. This article shows you how to display single record per page and navigate through single record using ASP.NET.