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 you add an event handler to?
A.
Init
B.
Load
C.
PreInit
D.
PreLoad