Multiple choice

What is the role of render method in ASP .Net life cycle events?

  1. It ensures that all the initializations are complete.

  2. It is used to set the properties of controls and establish database connections.

  3. Every page control calls this method to output the control's markup.

  4. It is used to clean up tasks and close the database connections.

  5. None of the above

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

This is true about render method in ASP .Net life cycle and after this event, any changes in the controls are ignored.