Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am using an ajax tab container in my .net page but while running it is not showing the content..so,please tell me how i improve my code...


<aspt:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="2" Visible="true">
<aspt:TabPanel ID="TabPanel1" HeaderText="Trust Information" runat="server" Visible="true">
<contenttemplate>

<img id="img1" src="~/Images/hrbar.jpg" height="2" width="550" runat="server" style="margin-left: -4%;" />










Trustee Name


<asp:TextBox ID="TextBox2" runat="server" Width="156px" Height="22px">


Effective Date


<asp:TextBox ID="TextBox4" runat="server" Width="156px" Height="22px">



Posted
Comments
bluesathish 11-Nov-13 8:37am    
Is there three tab panels available? If No, try to change the property ActiveTabIndex="0" and revert.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900