Ajax 2
Ajax 2
Ajax stands for Asynchronous Javascript & XML It is not a new technology but it is represantation
of old technologies in new way
Q3. How is AJAX request different from normal request to the server?
While using AJAX a postback from a client (browser) to the server goes partially, which means that
instead of a complete postback, a partial postback is triggered by the Javascript XmlHttpRequest
object
Q8. What are the different controls provided in ASP.NET Ajax Framework 1.0?
a)Script Manager
b)Script Manager Proxy
c)Update Panel
d)Update Progress
e)Timer