Hello,
I am using Ajax tab container control with 3 tabs. I have placed a user control in each of the tabs.
All the 3 controls on getting loaded on page load. How do I refresh the Tabcontainer on click of each tab.
The reason I need this is, In the userControl that is in the 1st tab, I am hiding some controls based on a buttonclick. If I click on the 2nd tab and 3rd tab if I click on the first tab, the hidden controls are not visible. I want to reload the tabcontainer when a user clicks on the tabs.
Please help.