jquery Programming Glossary: saveentry
Sending String Data to MVC Controller using jQuery $.ajax() and $.post() http://stackoverflow.com/questions/1843017/sending-string-data-to-mvc-controller-using-jquery-ajax-and-post Controller is being reached the string is null when it gets there. So here is the post method I tried .post Journal SaveEntry JSONstring And here is the ajax method I tried .ajax url Journal SaveEntry type POST data JSONstring Here is my Controller.. is the post method I tried .post Journal SaveEntry JSONstring And here is the ajax method I tried .ajax url Journal SaveEntry type POST data JSONstring Here is my Controller public void SaveEntry string data string somethingElse data For background.. is the ajax method I tried .ajax url Journal SaveEntry type POST data JSONstring Here is my Controller public void SaveEntry string data string somethingElse data For background I serialized a JSON object using JSON.stringify and this has been successful...
|