
Data Pager Control [.NET Framework 3.5] in Visual Studio 2008
http://hodentek.blogspot.com/2008/09/data-pager-control-net-framework-35-in.html
Krishnaswamy, Jayaram
Packt
2008
Abstract:
When query results exceed the display area then you resort to scrolling and wish you had some way to limit the number of results displayed and comfortable to view without scrolling. Paging functionality which provides an answer to this is therefore a much desired feature. The Data Pager Control in Visual Studio 2008 provides this functionality when you create an ASP.NET web form under .NET Framework 3.5. It can be configured automatically using the GUI, or it can be installed manually after installing the ListView. In this article both of them are described. While the number of items displayed in a list can be declaratively coded, it is possible to set it at page load time as well.