I am creating a form called MyCallCenterMain and on the form I have 3 tabs. The first tab is called Open tickets and when you first come on to the page the Open Tickets page is showing. Then if you click say on one of the other 2 tabs there, like Closed Tickets it will actually take you to that usercontrol MCC_ApplixResolvedIncidents.ascx. How can I make all 3 pages, Open Tickets, Closed Tickets and Work Order static on this MyCallCenterMain page. I do not want it to redirect you to another page, but rather when they click on Closed Tickets tab from the MyCallCenterMain it will display that form on this page. I was told maybe using query stings might work, but not really familiar with how to use them to achieve this.
ASXC page:
<%@ Register Src="../../UserControls/MyCallCenter/MCC_ApplixWorkOrders.ascx" &nb ...
Go to the complete details ...