I am using MVC 1.0.
I am using JSON.Stringify() from jquery plugin Json2.js to serialize the javascript objects to send to MVC action method.
I am always getting null in the action method parameters. Am I missing something.
Does this stringify works only in MVC 3.0?? Is it possible to pass javascript objects to action methods in MVC 1.0?
Following blog I referred: http://haacked.com/archive/2010/04/15/sending-json-to-an-asp-net-mvc-action-method-argument.aspx
Thanks