Hi,
I've implementated the Tab function on an asp.net page and wrapped it all up with a .net ajax update panel.
There are 2 tabs on the page as well as an update function that amends data to a database.
If I click on the second tab and then I click the update button (not inside the tab) and perform a postback, the first tab is then selected.
Is there way to get the script to remember which tab is currently live and then keep it live when a postback is performed ?
I've implementated the Tab function on an asp.net page and wrapped it all up with a .net ajax update panel.
There are 2 tabs on the page as well as an update function that amends data to a database.
If I click on the second tab and then I click the update button (not inside the tab) and perform a postback, the first tab is then selected.
Is there way to get the script to remember which tab is currently live and then keep it live when a postback is performed ?
