AJAX technology
IT & Infrastructure
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I just heard of the AJAX technology to create web-based application. Is this related to the .net technology ? And how can I use .Net to achieve similar result for web application ? Thanks
AJAX has nothing to do with .NET. You can do .NET w/o AJAX and vice-versa. AJAX is a generic concept of using JavaScript from a client to talk to a server using XML to obtain data which is used to perform other tasks. http://en.wikipedia.org/wiki/Ajax_%28programming%29[^] Michael Flanakin Web Log