hi
I have pass my JQuery Script do this ajax.post
then pass
data: JSON.stringify(forms)
url: "welcome.asmx/Test"
here Test means my server side method.
but i need how to receive this json data server side and assign in my dataset
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com