I am working on a Single Page Application in MVC4. I have a dropdown box. When I select that drop down box, the onchange event will fire calling some JavaScript.
I need the JavaScript to call the controller and have the controller return a JSON result of some data (I know how to get the data). Could anyone help me get a basic framework laid out for this?