PagedDataSource::CurrentPageIndex Property

 

Gets or sets the index of the current page.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property int CurrentPageIndex {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The index of the current page.

Use the CurrentPageIndex property to specify or determine the index of the current page.

.NET Framework
Available since 1.1
Return to top
Show: