Jquery interact with server side code
Can anyone please explain me how do jquery interact with server side code?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted May 9, 2013, 8:31 AM
hi,
you can use Jquery AJAX method to get and post data async.
Please refer
http://api.jquery.com/jQuery.post/
http://api.jquery.com/jQuery.ajax/
hope this will help you.