what is the active x dll used for ajax. explain y we use
ajax?
Answer Posted / kala
why we use AJAX.
AJAX is a technique for creating better,faster and more
interactive web applications. Using AJAX javascript can
interact with the web server and trade data without
reloading the page.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What are the difference between server-side ajax framework and client-side ajax framework?
Can ajax be implemented in browsers that do not support the xmlhttprequest object?
How do I send an image using ajax?
How can we detect asynchronous partial page postbacks?
What is the limitation of AJAX ?
Should I consider ajax?
Why do we use the updateprogress control in ajax? : asp.net ajax
What is the disadvantage of ajax?
What are the basic controls in asp.net ajax?
How do I test my ajax code?
When should I use a java applet instead of ajax?
Don't be too quick to dump your plugin or applet based portions of your application. While ajax and dhtml can do drag and drop and other advanced user interfaces there still limitations especially when it comes to browser support. Plugins and applets have been around for a while and have been able to make ajax like requests for years. Applets provide a great set of ui components and apis that provide developers literally anything.
When do I use a synchronous versus asynchronous request?
What is an ajax request?
How do I handle the back and forward buttons in ajax?