Is there any use abilities problems in ajax?
Answer / Mohammad Danish
Yes, AJAX does have certain limitations and potential challenges. Some of the common issues include: cross-browser compatibility (different browsers may handle AJAX requests differently), network latency (slower response times due to network conditions), security concerns (potential for XSS attacks or data exposure), and accessibility (some AJAX techniques can make it difficult for screen readers or other assistive technologies to function correctly).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between synchronous and asynchronous requests?
Describe the situations in which ajax should not be used? : asp.net ajax
What is the difference between proxied and proxyless calls?
What are different readystate in ajax?
What are the types of open() method used for xmlhttprequest?
What is AJAX Framework?
Is it possible to use fileupload control within the update panel?
What are the requirements to run asp.net ajax applications on a server?
What does the minimumprefixlength property of the autocompleteextender control do? : asp.net ajax
What is JSON in Ajax?
Why is html_ajax having stability issues on some installations?
How can we cancel the XMLHttpRequest in AJAX?