MobileControl::FirstPage Property

 

Returns the first page of the form on which this control appears. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public:
[BrowsableAttribute(false)]
[BindableAttribute(false)]
property int FirstPage {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The first page of the form on which this control appears.

This property is used for form pagination.

.NET Framework
Available since 1.1

MobileControl Class
System.Web.UI.MobileControls Namespace
Pagination Support
Creating Custom Mobile Controls
Inside the ASP.NET Mobile Controls

Return to top
Show: