具有相关分组框的表单根据选择进行更新
我正在 asp.net MVC2 中开发一个应用程序,但我怀疑此功能可能需要包含 jQuery。
假设我正在尝试开发一种稍微复杂的形式。
我有很多下拉列表。在第一个下拉列表中选择某个值后,比如说,Categories
- 我希望第二个下拉列表,比如说,Items
根据数据进行更新。因此 Categories
和 Items
是相关的,当选择某个类别时,只应显示 Items
的某个子集(相关的) 。
I am developing an application in asp.net MVC2, but I suspect this functionality may need to include jQuery.
Lets say I am trying to develop a slightly more complex form.
I have a number of dropdownlists. Once a certain value is selected in the first dropdownlist, let's say, Categories
- I want the second dropdownlist, let's say, Items
to update based on the data. So Categories
and Items
are related, and when a certain category is selected, only a certain subset of Items
should be shown (the related ones).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您需要级联下拉菜单。
这可以在 JQuery 中完成。
您可以检查 是否有与 ASP 配合使用的 CascadingDropDown。 NET MVC?
Cascading-DropDownLists -with-jQuery-and-ASP.NET
你也应该检查这个
jquery-ascx-and-webmethods-not-seems-to-正在工作
I am assuming you need cascading dropdowns.
This can be done in JQuery.
You can check Have you got a CascadingDropDown working with ASP.NET MVC?
Cascading-DropDownLists-with-jQuery-and-ASP.NET
also you should check this as well
jquery-ascx-and-webmethods-not-seems-to-be-working