DataPager PagerTemplate
Datapager example
DataPager is a independent paging control in asp.net 3.5 which can be used with any databound controls which implments IPageableContainer interface.
DataPager properties:
PageSize : Size of the rows in a sinlge page to be displayed.
QueryStringField: Query string name which is suffied on the url to control paging
PagedControlId: Id of the databound control to which paging has to [...]






