Creating Cascading DropDownLists using ASP.NET MVC 4 and jQuery

Sometimes you need to display DropDownLists in your ASP.NET MVC views such that values in one DropDownList are dependent on the value selected in another DropDownList. The most common example of such a functionality is countries and states DropDownLists where based on a selected country you need to populate the states DropDownList. This article shows how such a cascading DropDownLists can be developed using ASP.NET MVC and jQuery.

http://www.bipinjoshi.net/articles/b58fde6b-415e-454d-985b-d5dc4ad2fca8.aspx

 

No Comments