ASP.NET events and why they are cool
Events are cool, events are brilliant and events helped shape the world! as you can tell I like events, hopefully after reading this article you will too. I am going to dispense with the usual technical jargon normally associated with articles of this nature and use a new language known as "kev speak". This language is so simple to understand that even beginners will be able to follow what's going on! heck even I understand it.
Overview what this article will cover
Ok, this article will hopefully make you as passionate about the events in an ASP.NET as I am, this article will 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.
|