Multiple choice technology web technology

Choose new datasource controls introduced in ASP .NET 2.0.

  1. SQL Data Source

  2. XML Data Source

  3. Object.

  4. ODBC

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

ASP.NET 2.0 introduced SqlDataSource, XmlDataSource, and ObjectDataSource controls to simplify data binding. These were new declarative data source controls that eliminated much of the code required in previous versions. ODBC data sources existed prior to 2.0.