479Software EngineeringMedium
In ASP.NET page framework an automatic way to associate page events and methods is________?
AAutoEventWireup attribute of the Page directive is set to true
BIt is not possible to set automatically page events and methods
CAutoEventWireup attribute of the Page directive is set to False
DAll of the above
Correct answer
A. AutoEventWireup attribute of the Page directive is set to true
Explanation
The correct answer is AutoEventWireup attribute of the Page directive is set to true.