L
landers
Dear All,
I have got a page with a user control (control1) already loaded using the
Register directive. When an event is raised from the user control, I use
LoadControl to show another user control (control2) on the screen. If
control2 raises events, how do I handle them? When the postback occurs,
original event from control1 has not been reraised, so the LoadControl
method is not executed!
Landers
I have got a page with a user control (control1) already loaded using the
Register directive. When an event is raised from the user control, I use
LoadControl to show another user control (control2) on the screen. If
control2 raises events, how do I handle them? When the postback occurs,
original event from control1 has not been reraised, so the LoadControl
method is not executed!
Landers