How can i use dropdown selected value to asp.net mvc controller for filling another dropdown
A:
There's a handy blog post here regarding cascading dropdowns:
I'd suggest using jQuery to return a JSON result from the controller with the data for the next dropdown. This isn't great for accessibility but even in WebForms Javascript is used to postback DropDownList
controls anyway.
David Neale
2010-05-22 19:40:33