FormView::PageIndexChanged Event
Occurs when the value of the PageIndex property changes after a paging operation.
Assembly: System.Web (in System.Web.dll)
The FormView control raises the PageIndexChanged event when a pager button (a button with its CommandName property set to "Page") within the control is clicked, but after the FormView control handles the paging operation. This allows you to provide an event-handling method that performs a custom routine whenever this event occurs.
Note |
|---|
This event is not raised when you programmatically set the PageIndex property. |
Pager buttons are usually located in the pager row of a FormView control. This event is often used to synchronize a FormView control with a GridView control or to set the behavior of the FormView control after a paging operation.
For more information about handling events, see NIB: Consuming Events.
Available since 2.0
