Microsoft
98-361 · Question #138
In the life cycle of an ASP. NET Web page, which phase follows the SaveStateComplete phase?
The correct answer is B. 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.
Understanding Web Applications
Question
In the life cycle of an ASP. NET Web page, which phase follows the SaveStateComplete phase?
Options
- ALoad
- BRender
- CPostInit
- DPostBack
How the community answered
(55 responses)- A7% (4)
- B76% (42)
- C4% (2)
- D13% (7)
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#SaveStateComplete#Render phase#page events
Community Discussion
No community discussion yet for this question.