One of the areas that seems to cause a decent amount of confusion in ASP.NET is the area of Page Level events and the Page lifecycle. In this great video series, Scott Whigham will teach you about the auto event wireup property in Visual Studio 2005 as well as Load related page events and common mistakes made when working with EventWireup in C#Highlights:What is the load event?How to set propertiesWhat can I do in Load?How is the PreRender page event useful?AutoEventWireup value when using codefileAssigning new Event handlersWhat is the danger of the AutoEventWireup?