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

Full 98-361 Practice