AJAX stands for?how to use and where to use?
tell me the meaning with any example
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.
Vishal GilbilePosted Mar 6, 2013, 11:48 PM
It can be implemented where you want that only a particular region of a page to be updated instead of updating the whole page.
Scenario:
A real life example would be watching live match score on a cricket score website. In such website only the portion of the particular batsman or baller gets updated who is currently batting or bowling, stating the no of runs scored and no of balls bowled.
Implementation: Ajax can be implemented almost anywhere where ever you feel that full postback of the page is not required. But I mostly prefer ajax where I need to download a huge amount of data from the database or whenever i need to perform any complex logic on my webpage.
Hope This helps you.
With Regards,
Vishal Gilbile.
Rajneesh RaiPosted Mar 6, 2013, 10:31 PM
for meaning, example, its structure and working go through below links
1. http://kannanking.blogspot.in/2010/05/step-by-step-ajax-tutorial-beginners.html
2. http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=10
3. http://www.codeproject.com/Articles/31155/Ajax-Tutorial-for-Beginners-Part-1
4. http://en.wikipedia.org/wiki/Ajax_%28programming%29
Satyapriya NayakPosted Mar 6, 2013, 11:19 AM
It is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page.
http://www.w3schools.com/ajax/default.ASP
http://www.tutorialspoint.com/ajax/ajax_examples.htm