I am new to jquery ,so i need some help to make a request to server with post.
Why i have chosen $.post is i have large ammount of data to pass to the server.
I have javascript variables like action="Next",resultData=""(this is the very large string). So how to pass this javascript varaiables to $.post?
Thanks.