AutoEventWireup
- AutoEventWireup attribute is used to set whether the events needs to be automatically generated or not.
- The AutoWireup attribute is either set as True or False. The attribute allows you to fire the events written in code behind file.
- If this page level attribute is set to False then the code behid Events will not fire automatically. For E.g if there is Event for the Page load (Page_load) on code behind file and attribute is set to false then this event will not fire if page loads up in browser.