Multiple choice technology programming languages Select the control which does not have any visible interface DataList Repeater DropDownList 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.