Multiple choice technology web 2.0

DetailsView Control can be displayed in which Modes?

  1. ReadOnly Mode

  2. Edit Mode

  3. Insert Mode

  4. all the above

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

The DetailsView control in ASP.NET Web Forms supports multiple display modes for different purposes. ReadOnly mode displays data without modification capability. Edit mode allows users to modify existing records. Insert mode enables adding new records. The control can operate in any of these modes based on the user's needs and application logic.