We'll cover the following:

  • What is an event? - Briefly explains what an event is in the context of an ASP.NET page
  • So what’s cool about events? - Explains why events are cool and demonstrates using a simple example.
  • What order do events get executed? - Gives a breakdown of the order events are processed in a typical ASP.NET page.
  • Dissect and explain an event procedure. - Takes a closer look at some event procedure methods and explains what each component of the procedure does or cane be used for.
  • Some simple examples - demonstrate with some simple examples how to best utilize events in your page using Dreamweaver.