try making a delegate and an event on the page and make a handler in the
control. I don't know it that would work, but it could. Normaly it's
vice-a-versa but maybe the other way arround could also work.
BTW. Method would be called automaticly if you do the way I said before. In any
way you'd have to call an event handler... Nothing happens automaticly. there's
always the code to tell it what to do. But if you do it the ways I just said
(event on a page) you don't have to take care of the controls on the page. You
just take care that you make a handler in the control. And page "automaticly"
calls delegates...