链接的下拉控件?
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我非常喜欢 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