You create an ASP.NET page named TestPage.aspx thatcontains validation controls.
You need to verify that all input values submitted by the user have been validated by testing the Page.
IsValidproperty.
Which page event should add an event handler to?
A.
Init
B.
Load
C.
PreInit
D.
PreLoad