Propagate events.
Hi,
I have an aspx file which loads a control, this control it loads another control so you have
Page----control----childcontrol.
the childcontrol has a textbox, I want that when the text on the text box change propagate the event to the page, not to the parent control.
How can I do that?
Thanks for your help.
|