Why we need Ajax calls?

By using Ajax calls in javascript frameworks you can have benefits like:
  • If any one field needs to be updated after any event then by using Ajax call you can only update that field without refreshing the complete page.
  • Dialogs or Popups in a page can be easily developed usig Ajax calls
  • You can also add html elements dynamically to the page after you get the response from server

No comments:

Post a Comment

Popular Posts