Related resources for TemplatePagerField
  • 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.