M
Mark Sisson
I've got a custom usercontrol (UC1) that dynamically loads another
custom usercontrols (UC2) during it's Init event. Both controls have
LinkButtons with click events. The LinkButton from UC1 properly goes
to it's click-event handler but the LinkButton from UC2 does not fire
it's associated click event.
Are there problem in having nested Usercontrols fire events if they're
created through code?
TIA
custom usercontrols (UC2) during it's Init event. Both controls have
LinkButtons with click events. The LinkButton from UC1 properly goes
to it's click-event handler but the LinkButton from UC2 does not fire
it's associated click event.
Are there problem in having nested Usercontrols fire events if they're
created through code?
TIA