When a button is pressed in a usercontrol - is it also possible to have a sub
routine that handles some code for this event in the main page as well?
I have a UserControl that displays a checklist in a datalist. A button on the
usercontrol records the checked items in a datalist and stores them in an
arraylist. Depending on which page the usercontrol resides in - different code
needs to be executed. Is it possible - when the button is pressed in the
usercontrol - to have an event fired in both in the usercontrol, and on the
parent page?