What are the common problems (errors) you get while
implementing AJAX?
Answer Posted / mithun
No Back Button Functionality
By default the browser stores the web page visited in the History Folder, but with AJAX the browser is unable to retrieve the dynamic content.
Making too much AJAX calls will degrade the browser performance and it will become slow.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Describe Ajax With its Implementation Process ? Give an example?
What are the types of open() method used for xmlhttprequest?
How does one call a javascript function from the ajax code?
What does the minimumprefixlength property of the autocompleteextender control do? : asp.net ajax
Are there any frameworks available to help speedup development with ajax?
What are ajax limitations?
List some advantages and disadvantages of using ajax.
Is ajax an api?
Why do we use the updateprogress control in ajax? : asp.net ajax
Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?
Would we be able to call server-side code from javascript?
Where should I start?
Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax dev
What are the differences between ajax and javascript?
Do ajax applications always deliver a better experience than that delivered by a traditional web application?