I am developing a webpage wher i am having a Tab Container which contains a few tabs.
The tabs start from the left hand side of the page.
I need to place table inside Tab container but it says table and div cannot be placed inside Tab container. I want to align this tabs as per my requirement.
How can i achive this? Below is the code what i have tried.
<asp:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0">
<table>
<tr>
<td>
<asp:TabPanel runat="server" HeaderText="Applicant's Particulars" ID="TabPanel1">
<ContentTemplate>
</Content Template>
</asp:Tab Panel>
</td></tr></table>
</asp:TabContainer>