| |||||||||||||
DataGrid.PageIndexChanged EventSystem.Web.UI.WebControls Namespace DataGrid Class Occurs when one of the page selection elements is clicked. [ VB ] Public Event PageIndexChanged As DataGridPageChangedEventHandler [ C# ] public event DataGridPageChangedEventHandler PageIndexChanged; [ C++ ] public: __event DataGridPageChangedEventHandler* PageIndexChanged; In [ JScript ], you can handle the events defined by a class, but you cannot define your own. Event DataThe method assigned to handle the event is passed an argument of type DataGridPageChangedEventArgs object containing data related to this event. The following DataGridPageChangedEventArgs properties provide information specific to this event.
RemarksThe PageIndexChanged event is raised whenever any of the link buttons in the page selection element of a DataGrid control is clicked. For more information about handling events, see Web Forms Events Model. ExampleThe following examples demonstrate how to specify and code a handler for the PageIndexChanged event.
See AlsoDataGrid Members AllowPaging AllowCustomPaging DataGridPageChangedEventArgs DataGridPageChangedEventHandler |
| ||||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme