I have to create a website on MVC 3 but i am restricted not to use JavaScript at all...
All of the stuff i found for MVC is implemented through JQuery. I am in search of the solution that helps me to implement My MVC website without jquery.
I have 3 dependent drpdownlists Country , State and City. On Counties List Selection Changed States will be filled with respect to selected country and so on. Although i have done this using Jquery successfully But now i have to d0 this without jquery and the second solution i got is to define an input button to fill child list but of course it is not a good solution too.
Can i define an event in MVC 3 like we do on aspx pages for Dropdown selection change ??
Any help would be highly appreciated...