The ___________ control in ADO.NET simplifies the process of binding to custom business objects.
- DataGrid
- ListView
- GridView
- ObjectDataSource
The ObjectDataSource control in ADO.NET streamlines the process of binding to custom business objects, hence the correct option is "ObjectDataSource".
Loading...
Related Quiz
- In LINQ, what is deferred execution, and why is it important?
- To improve performance, you can use ___________ in LINQ to Entities to reduce the amount of data retrieved from the database.
- In ADO.NET, what is an optimistic concurrency model?
- In Entity Framework, what happens if you don't specify a mapping for an entity class?
- ADO.NET allows you to represent a collection of related tables using a ___________.