I'm using ajax tab control, but when i'm running the page the tabs are not appearing.
but there is no any runtime error.
Please help where i'm doing wrong in this
<asp:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0" Width="1155px" Height="210px"> <asp:TabPanel runat="server" HeaderText="TabPanel1" ID="TabPanel1"> <HeaderTemplate> Home </HeaderTemplate> </asp:TabPanel> <asp:TabPanel runat="server" HeaderText="TabPanel2" ID="TabPanel2"> <HeaderTemplate> Profile </HeaderTemplate> </asp:TabPanel> </asp:TabPanel> </asp:TabContainer>