AjaxControlToolkit TabControls

编程入门 行业动态 更新时间:2024-10-13 22:26:39
本文介绍了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

本文发布于:2023-11-24 23:48:36,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1627410.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:AjaxControlToolkit   TabControls

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!