I have 4 tabs, onload the "search" tab is the active tab.
Without the progress Bar a user will enter a set of numbers to do a search. Once the data is returned then the first tab "Exchange tab" becomes the active tab. The user can then click through the other tabs to see the data or go back to the search tab to
do another search.
When I put in the code for the progress bar, once the data is returned all my panels are blank and I can't click through any of the tabs.
I've tried several ways but everytime the panels disapear and my tabs become inactive once the data is returned.
Any ideas what I'm doing wrong?
**asp code
<asp:Content ID="Content3" ContentPlaceHolderID="PageTitle" runat="server">
<h1><b>User Information:</b></h1>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="mainContent" ...
Go to the complete details ...