| |||||||||||||||||
GridView.RowUpdated EventSystem.Web.UI.WebControls Namespace GridView Class .NET Framework version 2.0 Occurs when an Update command button within a GridView control is clicked, but after the update operation. [ VB ] Public Event RowUpdated As GridViewUpdatedEventHandler [ C# ] public event GridViewUpdatedEventHandler RowUpdated; [ C++ ] public: __event GridViewUpdatedEventHandler* RowUpdated; In [ JScript ], you can handle the events defined by a class, but you cannot define your own. RemarksThe RowUpdated event is raised whenever an Update button associated with an item in the GridView control is clicked, but after the GridView control updates the record. This allows you to provide an event-handling method that performs a custom routine, such as checking the results of an update operation, whenever this event occurs. Event DataInformation related to the RowUpdated event is passed via a GridViewUpdatedEventArgs object to the method assigned to handle the event. The following GridViewUpdatedEventArgs properties provide information specific to this event.
See AlsoGridView Members Allowing Users to Edit Rows in a GridView Control |
| ||||||||||||||||
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