A
Arulraja
Hello,
I have created 2 custom server controls, The parent custom control
contains multiple child custom controls. The Child control has a
button on it.
If I Click the button control, it calls the Parent controls
CreateChildControls() method before calling the child control's button
click event.
Because of this behaviour, I am not getting the changes I made in the
child controls button click event.
I think I am doing something wrong with the event handling?
Can somebody point to the right way of ahndling the child controls
Events?
Thanks
Sam
I have created 2 custom server controls, The parent custom control
contains multiple child custom controls. The Child control has a
button on it.
If I Click the button control, it calls the Parent controls
CreateChildControls() method before calling the child control's button
click event.
Because of this behaviour, I am not getting the changes I made in the
child controls button click event.
I think I am doing something wrong with the event handling?
Can somebody point to the right way of ahndling the child controls
Events?
Thanks
Sam