--%>

Describe limitations of AJAX

Briefly describe the limitations of AJAX.

E

Expert

Verified

The limitations of AJAX are as follows:

• Response time can be slow since different controls of the page are loaded during different time.

• Function provided in a code-behind file does not work as dynamic pages cannot register themselves on the browsers history engine automatically.

• If JavaScript is disabled, then AJAX will not be able to carry out any work.

• It is hard to bookmark the particular state of an application.

   Related Questions in Programming Languages