Multiple choice

Which web server control allows us to place an empty container control in the page and then dynamically add child elements to it at run time?

  1. Panel

  2. Table

  3. Image

  4. PlaceHolder

  5. ListBox

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

The PlaceHolder Web server control allows us to place an empty container control within the page and then dynamically add, remove or loop through child elements at run time. The control renders only its child elements, it renders no markup of its own. In other words, the PlaceHolder control does not produce any visible output.