0
kicks
ASP.NET MVC Tip #41 – Create Cascading Dropdown Lists with Ajax
In this tip, Stephen demonstrate three methods of creating cascading drop down lists in an MVC application. First, how to write JavaScript code to update one dropdown list when another dropdown list changes. Next, Show you how you can retrieve the data for the dropdown lists from either a controller action or a web service