This documentation is archived and is not being maintained.
PagedDataSource.IsFirstPage Property
.NET Framework 1.1
Gets a value indicating whether the current page is the first page.
[Visual Basic] Public ReadOnly Property IsFirstPage As Boolean [C#] public bool IsFirstPage {get;} [C++] public: __property bool get_IsFirstPage(); [JScript] public function get IsFirstPage() : Boolean;
Property Value
true if the current page is the first page; otherwise, false.
Remarks
Use the IsFirstPage property to determine whether the current page is the first page.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
PagedDataSource Class | PagedDataSource Members | System.Web.UI.WebControls Namespace
Show: