Author: webnoel | Posted on: 11/1/2009 11:47:22 PM | Views : 819

Hello All,

I need to perform a task of hiding a user-control on the click event of button located within a nested user control. The concept is as follows:

I have Page1.aspx.
Page1.aspx contains 2 usercontrols i.e. wucController.ascx and wucToBeHidden.ascx.
wucController.ascx contains a usercontrol within itself called wucShowHide.ascx
wucShowHide.ascx contains a button on click of which the above-mentioned wucToBeHidden.ascx needs to be hidden.
I understand this can be achieved using delegates. Does anyone have any ideas?

Thanks in advance,
...

Go to the complete details ...