AjaxControlToolkit TabControls [英] AjaxControlToolkit TabControls

查看:47
本文介绍了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&#243;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??

推荐答案

在标签容器中添加此代码,现在可以很好地使用标签控件了.在这种情况下,如果需要,还可以添加标题模板指定选项卡面板的名称..
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..
<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:


好的,我的一个朋友帮我解决这个问题
错误是缺少< content template ="></content>''的:thumbsup:
ok a friend of mine help me out with this one guys
the mistake is the <content template=""></content>''s are missing :thumbsup:


这篇关于AjaxControlToolkit TabControls的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆