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