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
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.