Multiple choice What is the role of render method in ASP .Net life cycle events? It ensures that all the initializations are complete. It is used to set the properties of controls and establish database connections. Every page control calls this method to output the control's markup. It is used to clean up tasks and close the database connections. 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.