本文介绍了AjaxControlToolkit TabControls的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
下午好,
伙计们,我快要疯了,我对这种胡扯感到厌倦,有人可以通过tabcontrols帮助我吗?我确实读过你们的话题,但仍然出现此错误:
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
<cc1:TabContainer ID="TabContainerDesClasi" runat="server" Visible="False">
<cc1:TabPanel ID="TabPanelClasiEven" runat="server" HeaderText="Clasificación de Eventos">
<asp:TextBox ID="TextBox1" runat="server">
</asp:TextBox>
</cc1:TabPanel>
</cc1:TabContainer>
这是我到目前为止所拥有的代码,就像你们看到的那样非常简单.
我回来的时候我要刹车了.我想看到一个好的答案大声笑jk jk
ANY IDEAS ??
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??
推荐答案
<pre lang="xml"><asp:TabPanel runat="server" ID="tpChangePassword" ><br />
<ContentTemplate><br />
<asp:TextBox runat="server" Font-Bold="true" ID="txtCurrPwd" </asp:TextBox><br />
<br />
</ContentTemplate><br />
</asp:TabPanel></pre><br />
<br />
愉快的编码:很酷:
HAPPY CODING:cool:
这篇关于AjaxControlToolkit TabControls的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!