Monday, March 31, 2008

Event Bubbling

Don't forget that you can add your own events onto your user controls, take a look at this,

http://www.odetocode.com/code/94.aspx

When something happens in the user control (e.g. a button is clicked) you can pass that event onto the main page to handle if need be. Very handy!!

No comments: