Multiple choice

What is the significance of Load method in ASP.NET controls?

  1. It causes a server control to perform final clean up.

  2. It checks the accessibility of the object.

  3. It is used to search a container for a specified control.

  4. This method is fired when the control is loaded in the page.

  5. This method is loaded when the data is retrieved.

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

It is the task of Load method.