nerdexam
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)
  • A
    7% (4)
  • B
    76% (42)
  • C
    4% (2)
  • D
    13% (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.

Full 98-361 Practice