Hi,
When we use Ajax with web application (asp.net)?
Loading
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.
Satyapriya NayakPosted Aug 17, 2011, 4:29 AM
AJAX = Asynchronous JavaScript and XML.
It is a exchanging of data with a web server ,update data of a web page without reloading the whole page or without refreshing the whole page.
Thanks