MobileControl::LastPage Property
.NET Framework (current version)
Returns the last page of the form on which the specified control is displayed. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BrowsableAttribute(false)] [BindableAttribute(false)] property int LastPage { int get(); void set(int value); }
Property Value
Type: System::Int32The last page of the form on which the specified control is displayed.
This property is used for form pagination.
.NET Framework
Available since 1.1
Available since 1.1
MobileControl Class
System.Web.UI.MobileControls Namespace
Pagination
Creating Custom Mobile Controls
Inside the ASP.NET Mobile Controls
Show: