In which Event all the Controls will be loaded(in asp.net)?

 Posted by Syedshakeer on 9/3/2009 | Category: .NET Framework Interview questions | Views: 16745
Select from following answers:
  1. Init
  2. Before Init
  3. PageLoad
  4. Arter Init and before PageLoad
  5. All Above

Show Correct Answer


Asked In: ValueLabs | Alert Moderator 

Comments or Responses

Posted by: Saantosh on: 9/4/2009
Ans : 3
All server controls have their own life cycle that is similar to the page life cycle. in this event after which all the controls are fully loaded.
Init event is Just initialized the controls.


Login to post response