What is AJAX and what problem does it solve?
Answer
Ajax is a set of client side technologies that allows asynchronous
communication between client and web server. In synchronous communication,
complete round trip happens with each request/response action event when small
data of the page to be refreshed. Ajax has solved this problem of posting
entire information every time through asynchronous communication.
XmlHttpRequest is the basic fundamental behind Ajax. This allows browser to
communicate with server without making post backs.
More Related Links
Answer - ASP.NET Ajax Framework is used for implementing the
Ajax functionality......
Answer - Back functionality cannot work because the dynamic
pages don’t register themselves to the browsers history engine..........
Answer - Script Manager, as the name suggests is used to manage
the client side script of Ajax.............
|
|