Hi,
I have an aspx page which references a usercontrol.
The aspx page is made up of multiple panels with nested usercontrols within, so to keep the viewstate on post backs.
The problem I have : when I select a tab, it raises that event in the usercontrol, but then I need to reference the consuming aspx page to clear and show certain panels?
How is it best to do this ?
Thanks
Tim.
I have an aspx page which references a usercontrol.
The aspx page is made up of multiple panels with nested usercontrols within, so to keep the viewstate on post backs.
The problem I have : when I select a tab, it raises that event in the usercontrol, but then I need to reference the consuming aspx page to clear and show certain panels?
How is it best to do this ?
Thanks
Tim.