Multiple choice

Why will the control not appear in a page, when a visible property of a control is set to false?

  1. Because HTML code is generated for hiding the control.

  2. Because it will not appear in visual studio design surface.

  3. Because HTML code is not generated.

  4. Both 1 and 2

  5. Because the control has not been selected .

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

The control does not appear since the HTML code for displaying it is not generated , since visible property of the control is set to false.