Multiple choice technology web technology

Choose new databound controls(Controls to display data) introduced in ASP.NET 2.0.

  1. Detailsview

  2. Listview

  3. Formview

  4. TableView

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

ASP.NET 2.0 introduced DetailsView and FormView as new data-bound controls for displaying data. DetailsView displays one record at a time in a table layout, while FormView provides more customizable templated rendering. ListView was introduced in ASP.NET 3.5.