DetailsView.InitializePager Method
Assembly: System.Web (in system.web.dll)
protected: virtual void InitializePager ( DetailsViewRow^ row, PagedDataSource^ pagedDataSource )
protected void InitializePager ( DetailsViewRow row, PagedDataSource pagedDataSource )
protected function InitializePager ( row : DetailsViewRow, pagedDataSource : PagedDataSource )
Parameters
- row
The DetailsViewRow that contains the pager row.
- pagedDataSource
A PagedDataSource that contains the data for the current page.
The InitializePager method is a helper method called by the DetailsView control to create the pager row. It creates a TableCell object that contains the navigation controls using the properties of the PagedDataSource object contained in the pagedDataSource parameter. The cell is then added to the row specified by the row parameter.
Notes to Inheritors When extending the DetailsView class, you can override this method to create your own pager row.Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.