Using a DataPager with the GridView Control(mattberseth.com)
submitted by
ourcurrentfuture(1225) 3 years, 10 months ago
One of the new controls that shipped with ASP.NET 3.5 is the DataPager. It's a flexible control that renders the paging elements data-bound controls that implement the IPageableItemContainer interface (currently only the ListView control).
The big change with the DataPager is that it is decoupled from the data-bound control it provides paging support for. It can be embedded somewhere within the data-bound control's control hierarchy (like contained within the LayoutTemplate of the ListView), but it doesn't have to - It can exist on its own outside of the data-bound control as well.
|category: ASP.NET
|Views: 546
tags:
ASP.NET another
Everyones tags:
Your Tags: