Joined: Sun May 25, 2008 5:34 pm Posts: 95 Has thanked: 2 time Have thanks: 1 time
In AJAX we use Asynchronous communication request/response model.decoupling user interaction from server interaction. As a result, the user can continue to use the application while the client program requests information from the server in the background. When new information arrives, only the related user interface portion is updated.And this is a big important point in the benfits
doyoubuzz
Question subject: Re: How asynchronous is AJAX
Posted: Wed Sep 22, 2010 11:37 am
Joined: Tue Sep 07, 2010 9:18 am Posts: 30 Has thanked: 0 time Have thanks: 1 time
Exactly the process is like this only. Due to this process user get information from the server... Without undergoing of complete reloading of a page...