I had a master page with two sections. First top section contains a web user control having ajax tab container. The second section contains the ContentPlaceHolder to show different pages. I am using OnClientActiveTabChange event to navigate to different pages just using java script. The problem is that if i am clicking on third tab then the respective page is loaded but the tab changes to the first one. Could anyone help me?
Here is the layout of my master page.
+===============================+
| Web User Control with tab container |
+===============================+
| |
| ContentPlaceHolder |
+===============================+
Thanks and regards
Mohammad Irfan