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
When do I use a synchronous versus asynchronous request?
Describe the animation extender control and the method by which this control is utilized?
We used asynchronous server communication for a long time, what new thing is ajax bringing?
Is it possible to use multiple scriptmanager controls on a web page? : asp.net ajax
Is ajax a browser-dependent or a browser-independent script?
How do we abort the current xmlhttprequest in ajax?
How does html_ajax compare with the xajax project at sourceforge?
How do you know that an ajax request has completed?
Would we be able to call server-side code from javascript?
Define json?
What are the benefits of ajax over java applet?
What javascript libraries and frameworks are available?
What are the requirements to run asp.net ajax applications on a server?
How can we get the state of the requested process? : asp.net ajax
Tell name of all the control of ajax?