how to show country state city lists
in drop downlist using mvc 5. without using javascript..
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suraj SahooPosted Jan 16, 2015, 6:55 AM
http://www.codeproject.com/Articles/730953/Cascading-Dropdown-List-With-MVC-LINQ-to-SQL-and-A
The above two links would be the best place for you to get idea on the implementation.
You need to have Jquery/JS for making that cascading else without them can be done().st link
Thanks.