AutoEventWireUp property gets or sets a value indicating whether events for ASP.NET pages are automatically connected to event-handling functions. It is available in the aspx page directive.
AutoEventWireup="true"
True if events for ASP.NET pages are automatically connected to event-handling functions; otherwise, false. The default is true.