Explain the limitations of AJAX.
Ask by Sumit Kesarwani
Updated 23 Sep 2020
The following are the limitations of AJAX:
It is difficult to bookmark a particular state of the application.
Function provided in the code-behind file do not work because the dynamic pages cannot register themselves on browsers history engine automatically.
If JavaScript is disabled, then AJAX is not able to perform any work.
Response time may be slow because different controls of a page are loaded at different time.