Microsoft Exam Questions

Which page event should add an event handler to?

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?

A.
Init

B.
Load

C.
PreInit

D.
PreLoad