Microsoft
98-361 · Question #23
In the life cycle of an ASP. NET Web page, which phase follows the SaveStateComplete phase?
The correct answer is D. Render. The SaveStateComplete event is raised after the view state and control state of the page and controls on the page are saved to the persistence medium. This is the last event raised before the page is rendered to the requesting browser.
WAN Optimization Fundamentals and Principles
Question
In the life cycle of an ASP. NET Web page, which phase follows the SaveStateComplete phase?
Options
- APostBack
- BPostlnit
- CLoad
- DRender
How the community answered
(46 responses)- A13% (6)
- B4% (2)
- C9% (4)
- D74% (34)
Explanation
The SaveStateComplete event is raised after the view state and control state of the page and controls on the page are saved to the persistence medium. This is the last event raised before the page is rendered to the requesting browser.
Topics
#ASP.NET#page lifecycle#render phase#SaveStateComplete
Community Discussion
No community discussion yet for this question.