I’m getting a JSON object(i.e. NewDataSet) in the POST request, see image below (Firebug-request object)…

How can i get this object at server side ??
Thanks
Xtremist
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would create a server side object matching the JSON object you are posting to the server.
In your webservice you can setup the service definition like this:
You need to tell your client side posting script that you are sending json:
If I remember correctly this will tell ASP.NET to deserialize your JSON object into the .NET class.