Multiple choice

Which data control is used to display one record at a time?

  1. DetailsView

  2. GridView

  3. Repeater

  4. DataList

  5. ListBox

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

The DetailsView control gives you the ability to display, edit, insert or delete a single record at a time from its associated data source. The DetailsView control displays only a single data record at a time.