Saturday, December 1, 2007

AutoEventWireup in asp.net

AutoEventWireup

By default in VS.NET 2003 it would be "false".
AutoEventWireup in asp.net 2.0 by default true

If it's set to "True", the ASP.NET runtime does not require events to specify event handlers like Page_Load etc. When it is true VS.NET automatically wires up the event for you.All of this happens without explicit delegates or Handles clauses.

No comments: