In what order do the events of an ASPX page execute. As a developer is it important to understand these events?

Submitted by: Administrator
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
Submitted by: Administrator

Read Online ASP.NET 2.0 Job Interview Questions And Answers