Online Student Help
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Online Student Help

Useful tricks and tips......
 
HomeHome  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  

 

 what is AJEX?

Go down 
AuthorMessage
Admin
Admin



Posts : 18
Join date : 2007-11-20

what is AJEX? Empty
PostSubject: what is AJEX?   what is AJEX? Icon_minitimeMon Nov 26, 2007 2:17 pm

what is AJEX?
Back to top Go down
https://ramakant.forumotion.com
Admin
Admin



Posts : 18
Join date : 2007-11-20

what is AJEX? Empty
PostSubject: Re: what is AJEX?   what is AJEX? Icon_minitimeMon Nov 26, 2007 2:19 pm

Introduction - What is AJAX?
AJAX, or Asynchronous JavaScript and XML, is a fancy way to use JavaScript and XML to communicate with a web server without refreshing the web page. You can visit this web page for more information about AJAX; it has a good list of links.
Why use AJAX?
There are a couple of reasons to use AJAX in lieu of the traditional form submission. The first is that it is very light weight: instead of sending all of the form information to the server and getting all of the rendered HTML back, simply send the data the server needs to process and get back only what the client needs to process. Light weight means fast. The second reason to use AJAX is because (as the logo in the link above makes clear) AJAX is cool.
Using AJAX with ASP.NET
Even though AJAX is a client side technology that uses JavaScript, the client-server interaction is very important.
Adam Vandenberg has put together a nice JavaScript wrapper for AJAX. His wrapper even does caching, although that will not be discussed here. His wrapper is used in the code examples and project files.
Back to top Go down
https://ramakant.forumotion.com
 
what is AJEX?
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Online Student Help :: Interview Question ans Answer :: JAVA Interview Question and Answer ?-
Jump to: