在 Ajax 选项卡容器中无法访问第三个选项卡面板
我在 aspx 页面中有一个 ajax 选项卡容器。早些时候,我在选项卡 cotnainer 中有 2 个选项卡面板。现在我想添加第三个选项卡面板。我可以添加第三个面板,但我可以访问第三个面板,即当我单击第三个面板时,不会显示该面板(当我将光标放在第三个选项卡面板名称上时,我什至没有得到方便的光标)。
谁能告诉我这样做的原因以及访问第三个选项卡的方法。
谢谢, 色法
I have an ajax tab container in an aspx page. Earlier I had 2 tab panels in the tab cotnainer. Now I want to add third tab panel. I could add the third panel but I am able to access the third panel, i.e. When I click on third panel, the panel is not shown(I didnt even get the handy cursor when i place the cursor on the third tab panel name).
Can anyone tell me the reason for this and the way to access the third tab.
Thanks,
Rupa
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在“UL”之后,当不使用 AJAX 时,您需要将选项卡的 ID 放入“DIV”中,例如。
after 'UL', you need to put the ID of the tab in a 'DIV', when not using AJAX, ex.