GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET 2.0
Go To First  |  Previous Question  |  Next Question 
 ASP.NET 2.0  |  Question 60 of 161    Print  
In what order do the events of an ASPX page execute. As a developer is it important to undertsand these events?

  
Total Answers and Comments: 4 Last Update: March 13, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 20, 2005 04:42:41   #1  
Shobha Member Since: September 2005   Contribution: 6    

RE: In what order do the events of an ASPX page execut...
  1. Page Request
  2. Start (Core property initialized of the page as System.Web.UI.Page.Request or System.Web.UI.Page.Response)
  3. Page Initialization
  4. Load
  5. Validation
  6. Event Handling
  7. Rendering
  8. UnLoad

 
Is this answer useful? Yes | No
February 07, 2006 08:50:23   #2  
Praveen Kumar        

RE: In what order do the events of an ASPX page execut...
1. Object Initialization2. Load Viewstate Data3. LoadPostData Processes Postback Data4. Object Load5. Raise PostBack Change Events6. Process Client-Side PostBack Event7. Prerender the Objects8. ViewState Saved9. Render To HTML10. Disposal
 
Is this answer useful? Yes | No
March 09, 2006 07:10:06   #3  
Praveen Kunwar        

RE: In what order do the events of an ASPX page execut...

1. Object Initialization

2. Load Viewstate Data

3. LoadPostData Processes Postback Data

4. Object Load

5. Raise PostBack Change Events

6. Process Client-Side PostBack Event

7. Prerender the Objects

8. ViewState Saved

9. Render To HTML

10. Disposal


 
Is this answer useful? Yes | No
March 13, 2006 03:08:41   #4  
krishna_v Member Since: January 2006   Contribution: 3    

RE: In what order do the events of an ASPX page execut...

Yes sir it is important to understand the page life cycle.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape