【发布时间】:2011-01-21 00:39:23
【问题描述】:
我正在用 asp.net MVC2 开发一个应用程序,但我怀疑这个功能可能需要包含 jQuery。
假设我正在尝试开发一个稍微复杂一点的表单。
我有许多下拉列表。一旦在第一个下拉列表中选择了某个值,比如说Categories - 我想要第二个下拉列表,比如说Items 根据数据进行更新。 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).
【问题讨论】:
标签: jquery visual-studio-2010 asp.net-mvc-2 drop-down-menu