Multiple choice .net asp

Select the control which does not have any visible interface.

  1. Datalist

  2. DropdownList

  3. Repeater

  4. Datagrid

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

The Repeater control has no default visible interface or built-in rendering layout. Unlike DataList, DropDownList, and DataGrid which have predefined layouts (table-based or dropdown), the Repeater requires you to explicitly define all templates (ItemTemplate, HeaderTemplate, FooterTemplate, etc.) and renders exactly what you specify.