Asp.NET , In which event are the controls fully loaded?
vishal suthar
In asp.net web page have life cycle from request to load and rendering page but control fully loaded in Page_load event.
Page_load event is fully loaded
Page_Load event
Page_load event