TemplatePagerField::CreateDataPagers Method
Creates the user interface (UI) controls for the pager field object and adds them to the specified container.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: virtual void CreateDataPagers( DataPagerFieldItem^ container, int startRowIndex, int maximumRows, int totalRowCount, int fieldIndex ) override
Parameters
- container
- Type: System.Web.UI.WebControls::DataPagerFieldItem
The container that is used to store the controls.
- startRowIndex
- Type: System::Int32
The index of the first record on the page.
- maximumRows
- Type: System::Int32
The maximum number of items on a single page.
- totalRowCount
- Type: System::Int32
The total number of items.
- fieldIndex
- Type: System::Int32
The index of the data pager field in the DataPager::Fields collection.
The CreateDataPagers method is a helper method that is used by the DataPager::CreatePagerFields method. The CreateDataPagers method populates the DataPagerFieldItem object that is specified by the container parameter with the child controls that are contained in the PagerTemplate template.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.