Related resources for DataPager
  • Overview of ListView and DataPager in ASP.Net7/4/2015 7:41:29 PM. This article explains ListView and DataPager in ASP.NET.
  • Customizing DataPager With PageSize DropDown in Silverlight12/1/2011 6:30:17 AM. 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.
  • Paging in a Silverlight DataGrid using a PageCollection View and DataPager Control6/14/2011 4:31:02 PM. In this article I will describe how to use a PageCollection view in a DataGrid in a Silverlight XAML page.
  • Silverlight- DataPager Control Example12/7/2010 4:07:07 PM. In this article we will be seeing how to create Silverlight DataPager control.
  • GridView with DataPager in ASP.NET 3.58/1/2008 12:40:35 PM. To page through data in a control that implements the IPageableItemContainer interface, DataPager control can be used. GridView has its own paging and does not implement IPageableItemContainer interface.
  • DataPager in ASP.NET 3.57/31/2008 3:58:31 PM. The ListView is a hybrid control between a DataGrid and Repeater that combines the templating of the Repeater and the editing features of the data grid, but doesn't support paging, so the DataPager serves as an external control to provide paging features.