Multiple choice technology programming languages

Select the control which does not have any visible interface

  1. DataList

  2. Repeater

  3. DropDownList

  4. DataGrid

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

The Repeater control is the only option with no visible UI - it's a template-driven container used purely for data rendering without predefined layout. DataList, DropDownList, and DataGrid all have visible interfaces when rendered.