Where to define AutoEventWireup attribute in ASP.NET

One can specify AutoEventWireup attribute in the following locations:
The Machine.config file
The Web.config file
Individual Web Forms (.aspx files)
Web User Controls (.ascx files)

Leave a Reply