In ASP .NET 1.x, the default value for the AutoEventWireup attribute of the Page directive was True, however, Visual Studio .NET did set it explicitly to false and hard wired the event handlers to the events in code. That led many people to just ignore
Read More...