nerdexam
Microsoft

70-515 · Question #50

You create an ASP.NET page named TestPage.aspx that contains validation controls. You need to verify that all input values submitted by the user have been validated by testing the Page.IsValid…

The correct answer is B. Load. See the full explanation below for the reasoning.

Question

You create an ASP.NET page named TestPage.aspx that contains validation controls. You need to verify that all input values submitted by the user have been validated by testing the Page.IsValid property. Which page event should add an event handler to?

Options

  • AInit
  • BLoad
  • CPreInit
  • DPreLoad

How the community answered

(32 responses)
  • A
    13% (4)
  • B
    78% (25)
  • C
    3% (1)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full 70-515 Practice