Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good Afternoon,
Guys i am going crazy and i am tired of this crap, can anyone help me with the tabcontrols? I did read the topic you guys have but still getting this error:
the content ('</asp:TextBox>') does not match with any of the propertys inside of the 'AjaxControlToolkit.TabPanel', make sure it's well formed
C:\DanielG\KactusFuentes\KactusSO\frmSoInaci.aspx   754

XML
<cc1:TabContainer ID="TabContainerDesClasi" runat="server" Visible="False">
    <cc1:TabPanel ID="TabPanelClasiEven" runat="server" HeaderText="Clasificaci&#243;n de Eventos">
    <asp:TextBox ID="TextBox1" runat="server">
    </asp:TextBox>
    </cc1:TabPanel>
</cc1:TabContainer>

This is the code i have so far, it is pretty simple as you guys can see.
I am gonna go take a brake when im back i wanna see a good answer lol jk jk

ANY IDEAS??
Posted
Updated 10-Jun-10 9:47am
v2

In the tab container add this code now it will be fine working with tab control.. in this u can also add header template if needed to specify the name of tab panel..
XML
<asp:TabPanel runat="server" ID="tpChangePassword" >
      <ContentTemplate>
         <asp:TextBox runat="server" Font-Bold="true" ID="txtCurrPwd"  </asp:TextBox>

      </ContentTemplate>
  </asp:TabPanel>


HAPPY CODING:cool:
 
Share this answer
 
ok a friend of mine help me out with this one guys
the mistake is the <content template=""></content>'s are missing :thumbsup:
 
Share this answer
 
v2

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