If AJAX depends on javascript and DOM and if javascript is disabled at client side then wil my application run ajax?
So in that case, should I use server controls like Updatepanel? If that is case then why AJAX called Asynchronous Javascript and XML? What happens behind the scenes in case of AJAX Extensions' server controls like UpdatePanel?
Thank You
Loading

Suthish NairPosted Nov 8, 2010, 3:17 AM
Before answering your question you must know how Ajax works.
What is the importance of DOM API XmlHttpRequest.
AJAX(Asynchronous Javascript and XML) is used to render seamless user experience, will increases the richness and responsiveness of the web page interface advantages also.
But if not used in porper way then it will effect your application performance highly.
AJAX requires users to have JavaScript enabled on their browser. Because of this, an AJAX website should provide a non-AJAX alternative for users without JavaScript enabled.
more...
Suresh PaldiaPosted Nov 8, 2010, 2:19 AM
Koteswararao MallisettiPosted Nov 4, 2010, 7:33 AM