DetailsView Control can be displayed in which Modes?
-
ReadOnly Mode
-
Edit Mode
-
Insert Mode
-
all the above
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.