October 2010
Intermediate to advanced
1920 pages
73h 55m
English
ObjectDataSource ControlThe ObjectDataSource control includes five main properties:
• TypeName—
The name of the type of object that the ObjectDataSource control represents.
• SelectMethod—
The name of a method that the ObjectDataSource calls when selecting data.
• UpdateMethod—
The name of a method that the ObjectDataSource calls when updating data.
• InsertMethod—
The name of a method that the ObjectDataSource calls when inserting data.
• DeleteMethod—
The name of a method that the ObjectDataSource calls when deleting data.
An ObjectDataSource control can represent any type of object in .NET Framework. This section discusses several types of objects you might want to represent. For example, you learn how to ...