October 2010
Intermediate to advanced
1920 pages
73h 55m
English
• Representing Objects with the ObjectDataSource Control
• Using Parameters with the ObjectDataSource Control
• Paging, Sorting, and Filtering Data with the ObjectDataSource Control
• Handling ObjectDataSource Control Events
• Concurrency and the ObjectDataSource Control
• Extending the ObjectDataSource Control
• Summary
The ObjectDataSource control enables you to bind DataBound controls such as the GridView, DetailsView, and FormView controls to a component. You can use the ObjectDataSource control to easily build multitier applications with ASP.NET Framework. Unlike the SqlDataSource control, which mixes data access logic in the User Interface layer, the ObjectDataSource control ...