|
||
In addition to the properties from Paging controls - common properties, the following properties of the TemplateDataPager control can be set or used in the API:
Property Name |
Description |
Sample Value |
DataSource |
Can be used to access the object of the pager's data source. |
|
NumberRepeater |
Gets the repeater control used to display page numbers. |
|
PagedData |
Gets the data to be paged. |
|
PagerPosition |
The position of the pager relative to the paged data. |
"Bottom" "Top" "TopAndBottom" |
PagingMode |
Determines the type of the used paging parameter. It can either be passed through the URL (QueryString) or through postback (PostBack). |
"PostBack" "QueryString" |
RecordEnd |
Index of the last record on the current page. |
|
RecordStart |
Index of the first record on the current page. |
|
TotalRecords |
Total amount of data source records. |
|