System.Web.UI.WebControls Namespace
Encapsulates the properties of the DataGrid control that allow it to perform paging.
The PagedDataSource class encapsulates the properties of the DataGrid control that allow the DataGrid to perform paging. This class is primarily used by control developers.
This class uses the best available interface to enumerate over the data belonging to the current page. If the underlying data source supports indexed access ( like System.Array and System.Collections.IList ), this class uses it. Otherwise, it uses System.Collections.IEnumerable.
For a list of initial property values for an instance of PagedDataSource, see the PagedDataSource constructor.