asp.net mvc - How do I call an MVC action on a textbox key up event using json? -
I have looked at other questions on json and they do not fully answer my question or I just do not Are getting.
From my MVC app, what I want to do is make an action call in the controller on the key up event of a text box.
Then I want to pass the content of the text box back, do some stuff with the data, and then resend a list of items that can be added to a dropdown.
I'm totally new to JSON but [really] want to trap me in this.
You can find a good example of using JsonResult Fool Dinner In the project.
Comments
Post a Comment