Hi All I am new to Ajax
-
Hi All, I've created a tab container with tab panels. The page in which I created the tab container is a content page.When I run the application I am not able to view the tabs.If I create these tabs in normal pages I have no problem. code is given below. ]]>
Font-Underline="False">
Thanks for any one who is going to help me
-
Hi All, I've created a tab container with tab panels. The page in which I created the tab container is a content page.When I run the application I am not able to view the tabs.If I create these tabs in normal pages I have no problem. code is given below. ]]>
Font-Underline="False">
Thanks for any one who is going to help me
Why do you have: <form id="form1" runat="server"> and <asp:scriptmanager id="ScriptManager1" runat="server"> In my opinion these to should bee on your MasterPage and not on the content page I had a project where I used tabs on a content page without any problems...... Try to move this two and then run it again..... Kind regards, simsen