如何使用带有网格视图的 ASP .NET AJAX Toolkit 选项卡

发布于 2024-08-03 09:22:31 字数 260 浏览 10 评论 0原文

我已经在网上搜索了一段时间关于如何创建内部使用 GridView 的 ASP .NET AJAX 工具包选项卡控件,有人能指出我如何做到这一点吗?

现在,我们的GUI团队已经制作了一个设计得相当合理的静态选项卡控件。我不知道如何使用该选项卡。任何有关使用此组合的教程或链接都可能真正有帮助。

我已经将 GUI 转换回 MultiView 模拟选项卡控件,因为我不知道如何访问选项卡控件。不管怎样,我只是担心在这个过程中我会破坏GUI团队制作的GUI。

谢谢。

I have already search for some time over the net on how to create an ASP .NET AJAX toolkit tab control which uses GridView inside, could anyone point me on how to do this?

Right now, our GUI team has already made a static tab control which is quite properly designed. I do not know how to use the tab with this. Any tutorial or link on using this combination could really help.

I am already converting back the GUI to a MultiView simulated tab control because I do not know how to access the tab control. anyway, I am just worried i would destroy the GUI made by GUI team in this process.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒废 2024-08-10 09:22:31

我已经让这个工作了。基本上,Tab 控件只是一个包含其他 AJAX 控件的面板容器。与每次单击新选项卡时都会进行回发的 MultiView 控件不同,AJAX 选项卡控件允许一次向客户端加载大量控件。数据网格控件通过回发按原样使用。 ajax 选项卡控件的唯一缺点是在每次回发时都会加载整套控件。

I already got this to work. Basically the Tab control is just a panel container that holds other AJAX control. Unlike the MultiView control which does a post back each time a new tab is clicked, the AJAX tab control allows the loading of lots of control to the client all at once. The data grid control is used as is via post back. The only draw back of ajax tab control is the whole set of controls are loaded on each post back.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文