You are employed as a developer at ABC.com. You are using ASP.NET to develop a new Web
page for ABC.com.
You have recently written code for a Page_Load method. You then configured the
AutoEventWireup attribute of the @page directive to be TRUE.
Which of the following describes the results of this configuration?
A.
The Page_Load method will be performed as soon as the Load event of the Web page is fired.
B.
The Page_Load method will be prevented from completing.
C.
The Page_Load method will be validated prior to firing.
D.
The Page_Load method will not be validated prior to firing.
A.