How to fill cascading dropdownlist each other by using jquery in mvc 3?

前端 未结 2 1738
半阙折子戏
半阙折子戏 2021-01-26 09:51

how to load cascading dropdownlist each other asp.net mvc3? how can i do? i have been utilizing from http://geekswithblogs.net/ranganh/archive/2011/06/14/cascading-dropdownlist

2条回答
  •  野性不改
    2021-01-26 10:23

    I'd suggest using Knockout http://knockoutjs.com/ and creating a cascading dropdown list using that. You can create cleaner more maintainable code if you make a ViewModel that the drives the page behaviour.

    Have a look at this article http://weblogs.asp.net/raduenuca/archive/2011/03/06/asp-net-mvc-cascading-dropdown-lists-tutorial-part-1-defining-the-problem-and-the-context.aspx

    We use similar techniques for Continent, Region, Nation all time and the code is very easy to maintain and extend.

提交回复
热议问题