Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个下拉框,在选择一个时,我想将合适的数据异步填充到第二个。为此,我使用 Jquery ajax,它将数据传递给操作方法。但是这里的问题是我不知道如何将集合从该操作方法传递回 ajax 的 done()/success() 中的视图。
谢谢
查看 Rick Anderson 的本教程。有一个应用程序示例,您可以下载它
ASP.Net MVC 中的级联 DropDownList
这是另一篇博文
希望能帮助到你