Multiple choice technology web technology

What new server control object does ASP.NET 2.0 provide to access & bind data?

  1. GridView

  2. DataGrid

  3. DataSet

  4. DataBinder

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

GridView is the new data-bound server control introduced in ASP.NET 2.0, replacing the older DataGrid control from ASP.NET 1.x. GridView provides enhanced features like built-in paging, sorting, and editing capabilities with less code required.