.NET Multiple Choice Questions and Answers

Question

In ASP.NET page framework an automatic way to associate page events and methods is

A It is not possible to set automatically page events and methods
B AutoEventWireup attribute of the Page directive is set to False
C AutoEventWireup attribute of the Page directive is set to true
D None of the Above

Answer & Explanation

Answer: Option [C]