PagedDataSource::FirstIndexInPage Property
.NET Framework (current version)
Gets the index of the first record displayed on the page.
Assembly: System.Web (in System.Web.dll)
Use the FirstIndexInPage property to determine the index of the first item on the current page.
Note |
|---|
If the IsPagingEnabled property is set to false, or the IsCustomPagingEnabled or AllowServerPaging properties are set to true, or the DataSource property contains null, 0 is returned. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
