ObjectDataSource::Updated Event
Occurs when an Update operation has completed.
Assembly: System.Web (in System.Web.dll)
Handle the Updated event to examine the values of a return value or output parameters, or to determine whether an exception was thrown after an Update operation has completed. The return value, output parameters, and exception handling properties are available from the ObjectDataSourceStatusEventArgs object that is associated with the event.
For more information about handling events, see NIB: Consuming Events.
Available since 2.0
Updating
OnUpdated
Update
UpdateParameters
ObjectDataSource Class
System.Web.UI.WebControls Namespace
ASP.NET Data Access Options
Data Source Web Server Controls
ObjectDataSource Web Server Control Overview
Creating an ObjectDataSource Control Source Object
Using the Entity Framework and the ObjectDataSource Control