Microsoft
98-361 · Question #138
98-361 Question #138: Real Exam Question with Answer & Explanation
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.
Question
In the life cycle of an ASP. NET Web page, which phase follows the SaveStateComplete phase?
Options
- ALoad
- BRender
- CPostInit
- DPostBack
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.
Community Discussion
No community discussion yet for this question.