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);
PagedDataSource Class | PagedDataSource Members | System.Web.UI.WebControls Namespace