Handling ObjectDataSource Control Events

The ObjectDataSource control supports the following events:

Deleting Occurs immediately before the method represented by the DeleteMethod property is called.

Deleted Occurs immediately after the method represented by the DeleteMethod property is called.

Inserting Occurs immediately before the method represented by the InsertMethod property is called.

Inserted Occurs immediately after the method represented by the InsertMethod property is called.

Selecting Occurs immediately before the method represented by the SelectMethod property is called.

Selected Occurs immediately after the method represented by the InsertMethod property is called.

Updating Occurs immediately before the method ...

Get ASP.NET 4 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.