NumericPagerField.CreateDataPagers Method (DataPagerFieldItem, Int32, Int32, Int32, Int32)
.NET Framework (current version)
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)
override CreateDataPagers : container:DataPagerFieldItem * startRowIndex:int * maximumRows:int * totalRowCount:int * fieldIndex:int -> unit
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. It is used by the DataPager.CreatePagerFields method to create the UI controls for the pager field, such as the numeric buttons.
.NET Framework
Available since 3.5
Available since 3.5
Show: