In which events controls are fully loaded?

 Posted by aswinialuri-19361 on 6/12/2013 | Category: ASP.NET Interview questions | Views: 7361 | Points: 40
Answer:

In page load events all controls are loaded
controls are accessed in page_init event but you see that view state is not fully loaded during this event


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Kumar_Jay99 on: 6/15/2013 | Points: 10
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
Posted by: Kumar_Jay99 on: 6/15/2013 | Points: 10


Page Load event guarantees that all controls are fully loaded.

Login to post response