Z
Zoe Hart
Does anyone know how to bubble a TextBox.TextChanged event up to the
container Repeater control. By default the Repeater control handles
CommandEvents from button controls. I want to figure out how to do the same
kind of thing but with the TextChanged event. The reading I've done says
that any control can bubble events, but the examples seem to assume you're
building your own control. I want to bubble and existing event, TextChanged,
from an existing control, TextBox, and handle it within an existing
container, Repeater. Any pointers?
Thanks,
Zoe
container Repeater control. By default the Repeater control handles
CommandEvents from button controls. I want to figure out how to do the same
kind of thing but with the TextChanged event. The reading I've done says
that any control can bubble events, but the examples seem to assume you're
building your own control. I want to bubble and existing event, TextChanged,
from an existing control, TextBox, and handle it within an existing
container, Repeater. Any pointers?
Thanks,
Zoe