In which event are the controls fully loaded?

Category > ASP.NET || Published on : Sunday, May 10, 2015 || Views: 2604 || In which event are the controls fully loaded controls are fully loaded


Page load event guarantees that all controls are fully loaded. Controls are also accessed in Page_Init events but you will see that view state is not fully loaded during this event.