Event In which all controls are fully loaded in asp.net

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

Popular Posts