0
kicks
Dynamic Select Lists with MVC and jQuery
A tutorial on how to build cascading select list with MVC and jQuery. This particular example uses jQuery to make asynchronous calls to the controller and return data as a JsonResult. The JSON data is then consumed by jQuery and used to dynamically populate a select list.