System.Web.UI.WebControls Namespace FormViewPageEventArgs Class
.NET Framework version 2.0
Sets or retrieves the index of the new page to display in a FormView control.
Script |
[ int variable = ] FormViewPageEventArgs.NewPageIndex |
variable |
Integer specifying the index of the selected page in the pager element of a FormView. |
The property is read/write with no default value.
Use the NewPageIndex property to determine the index of the page selected by the user in the pager element of the FormView control.
The NewPageIndex property can also be set programmatically, overriding the page index selected by the user.
FormViewPageEventArgs Members FormView Class