Hi,
In the intial page I want to dispay a check box ie for the first time I should display the page with check box ,If the check box is checked i need to dispaly the tabcontainer with the tabs.If it is unchecked It should nt display any thing.
I tried the following apporach :
in aspx page for all the tabs of the container I used Enabled="false"
later in the java script method I used set_Enabled(tru e) for all the tabs,
with this am able to see the tabs(panels) ,but all the controls in each panel were disabled.
Please suggest me a way to do it ASAP.
In the intial page I want to dispay a check box ie for the first time I should display the page with check box ,If the check box is checked i need to dispaly the tabcontainer with the tabs.If it is unchecked It should nt display any thing.
I tried the following apporach :
in aspx page for all the tabs of the container I used Enabled="false"
later in the java script method I used set_Enabled(tru e) for all the tabs,
with this am able to see the tabs(panels) ,but all the controls in each panel were disabled.
Please suggest me a way to do it ASAP.
Comment