链接的下拉控件?

发布于 2024-09-14 05:57:10 字数 218 浏览 1 评论 0原文

我想在 ASP.NET 应用程序中链接 2 个下拉列表。

它们将包含版本和项目数据,以便每个版本都有多个项目。

最好和最有效的方法是什么?

我正在考虑使用 ajax 来实现此目的,但不希望每次选择新版本时都调用服务器,因为这通常不会经常更改,所以现在我正在考虑使用缓存并将它们绑定到缓存对象并具有数据依赖性来刷新现金一旦检测到新数据。

想法?
例子?

i want to link 2 drop downs in an asp.net application.

they will contain release and project data such that each release will have multiple projects.

whats the best and most efficient way to do this?

I was thinking to use ajax for this but dont want a server call each time a new release is selected since this will typically not change ofter so now i am thinking to use caching and bind them to cache objects and havea data dependancy to refresh teh cash once new data is detected.

thoughts?
examples?

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

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

发布评论

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

评论(1

那些过往 2024-09-21 05:57:10

我非常喜欢 Ajax Control Toolkit 中的 CascadingDropDown 控件扩展器。看看吧。它可能符合要求。

http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/ CascadingDropDown/CascadingDropDown.aspx

I quite like the CascadingDropDown control extenders in the Ajax Control Toolkit. Take a look. It might fit the bill.

http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/CascadingDropDown/CascadingDropDown.aspx

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