October 2010
Intermediate to advanced
1920 pages
73h 55m
English
ObjectDataSource Control EventsThe 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 ...