Multiple choice Which data control is used to display one record at a time? DetailsView GridView Repeater DataList 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.