NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PagedDataSource.CurrentPageIndex

The index of the current page.

[Visual Basic]
Public Property CurrentPageIndex As Integer
[C#]
public int CurrentPageIndex {get; set;}
[C++]
public: __property int get_CurrentPageIndex();
public: __property void set_CurrentPageIndex(int);
[JScript]
public function get CurrentPageIndex() : int;
public function set CurrentPageIndex(int);

See Also

PagedDataSource Class | PagedDataSource Members | System.Web.UI.WebControls Namespace