You can toss events around all over the place. Events can be handled by multiple handlers.
In your scenario, your user control should set its label/literal based on the value of the drop down list, and it should also raise the event so that the consuming control/page can do what it needs based on that event.
|