FormView::PageIndex Property
.NET Framework (current version)
Gets or sets the index of the displayed page.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The selected value is less than -1. |
When the paging feature is enabled (when the AllowPaging property is set to true), use the PageIndex property to determine the index of the currently displayed record. You can also use this property to programmatically change the displayed record.
Note |
|---|
When the paging feature is enabled, you can also use this property to determine the page number of the record displayed; however, be aware that this property is zero-based. |
To determine the total number of items in the data source, use the PageCount property.
.NET Framework
Available since 2.0
Available since 2.0
Show:
