What are the common problems (errors) you get while
implementing AJAX?
Answer / 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 |
Explain limitations of ajax.
Tell name of all the control of ajax?
What are the pre-requisites to execute AJAX applications on a server?
Explain fetch api in javascript?
What is the difference between proxied and proxyless calls in AJAX?
When will html_ajax have a stable release?
How do I submit a form or a part of a form without a page refresh?
How do I handle concurrent ajax requests?
Explain the limitations of ajax? : asp.net ajax
What are the different ready states of a request in ajax?
Should I use xml or text, javascript, or html as a return type?
What are the differences between ajax and javascript? : asp.net ajax