Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • Then i would suggest you take an input as a string and deserialize it using JavaScriptSerializer Class within the action. what happens when you post the values directly? Commented Jun 3, 2013 at 14:08
  • @NewAmbition if you post the form directly to the action, at witch line do you resieve the error? Commented Jun 3, 2013 at 14:11
  • Line 126, on $.ajax({. Thats if I try @BrunoLM's answer Commented Jun 3, 2013 at 14:15
  • and if you use data: postData, //without the seccond call to JSON.stringify? Commented Jun 3, 2013 at 14:17
  • Sorry, I should of said - I've taken all the calls to JSON.stringify out. Commented Jun 3, 2013 at 14:19