具有相关分组框的表单根据选择进行更新

发布于 2024-10-14 02:34:03 字数 288 浏览 1 评论 0原文

我正在 asp.net MVC2 中开发一个应用程序,但我怀疑此功能可能需要包含 jQuery。

假设我正在尝试开发一种稍微复杂的形式。

我有很多下拉列表。在第一个下拉列表中选择某个值后,比如说,Categories - 我希望第二个下拉列表,比如说,Items 根据数据进行更新。因此 CategoriesItems 是相关的,当选择某个类别时,只应显示 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 技术交流群。

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

发布评论

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

评论(1

红焚 2024-10-21 02:34:03

我假设您需要级联下拉菜单。
这可以在 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

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