System.Web.UI.WebControls Namespace
.NET Framework version 2.0
Provides data for the PageIndexChanging event of a GridView control.
The PageIndexChanging event is raised whenever any of the buttons in the page selection element of a GridView control is clicked, but before the GridView handles the paging operation.
This allows you to provide an event-handling method that performs a custom routine, such as canceling the paging operation, whenever this event occurs.
For a list of initial property values for an instance of GridViewPageEventArgs, see the GridViewPageEventArgs constructor.
For more information about handling events, see Web Forms Events Model.
GridView AllowPaging GridViewPageEventHandler
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note