Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Please explain Is Ajax a client side or server side technology. If client side then how can it communicate with database to manipulate data. And the facilities of using Ajax.
Posted
Comments
Sergey Alexandrovich Kryukov 8-Apr-13 22:15pm    
Invalid question. Ajax itself is a client-side request to server side. Feel better?
—SA

AJAX is a technique used on the client side to send asynchronous calls to the server.
This it is a pure client side technology and has little to do on the server side.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 8-Apr-13 22:15pm    
Sure, a 5.
—SA
Abhinav S 9-Apr-13 5:19am    
Thank you SA.
Ajax (also AJAX; an acronym for Asynchronous JavaScript and XML) is a group of interrelated web development techniques used on the client-side to create asynchronous web applications.

For more information Try This : http://en.wikipedia.org/wiki/Ajax_(programming)[^]
 
Share this answer
 
Comments
Sumon562 27-Mar-13 6:06am    
Thank you very much Mr. Sumit_Kumar_Sinha

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900