Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to call the mvc controller method on dropdown change in mvc without using the jquery.

What I have tried:

How to call the mvc controller method on dropdown change in mvc without using the jquery.
Posted
Comments
Dave Kreskowiak 22-May-17 10:16am    
Why would you want to do it the hard way? Using Ajax to call the method is just a shortcut to writing all of that code yourself.
F-ES Sitecore 22-May-17 10:24am    
Use standard javascript to submit a form on the dropdown change event. Google "dropdown change javascript" and "submit form javascript" to find out how to do these things.

If you don't want to use javascript either then there is no solution, the user will have to push a submit button after changing the dropdown themselves.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900