The AutoEventWireup keyword is a directive you can disable to boost the asp.net website performance. Without this instruction you avoid the automatic creation of delegate to link all the page events. For example Page_Load, Page_Init.. But if you don’t use this keyword, then you’ll have to set the event delegates manually.
Web References:
- MS website
- blogs aspitalia (link 1, link 2)
- codeproject