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)- A13% (4)
- B78% (25)
- C3% (1)
- D6% (2)
Community Discussion
No community discussion yet for this question.