Hello,
is there any possibility to use UltraWebTab without seing the Tabs like the Wizard mode in Windows Forms?
I wan't to change the contents of each layer by program and not by using mouseclick..
Thanks for each help ;-)
Torsten
Hello Torsten,
I tried several scenarios with UltraWebTab (e.g. setting Visible to False for Tabs, etc) but was not able to come close to the scenario you describe. I believe in your case the easiest solution is to just use stock asp:panel controls for you content and hide/show them via the Visible property based on the scenario.