Multiple choice technology web technology

---------- server control encapsulates/wraps a set of server controls along with other elements(HTML and images) into a single unit as a layout of the Page.

  1. Panel

  2. PlaceHolder

  3. Form

  4. MultiView

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

The Panel control serves as a container that groups multiple server controls along with HTML elements and images into a single layout unit. PlaceHolder is for dynamically adding controls, Form is for data submission, and MultiView is for switching between different views.