ASP.NET 2.0 Question:
Download Questions PDF

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

Answer:

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

Download ASP.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?Whats MSIL, and why should my developers need an appreciation of it if at all?