AJAX

Abstract AJAX (Asynchronous JavaScript and XML) allow you to make server side calls without a Postback. This increases the performance since you do not have to wait for the whole page to refresh to view the changes. In this article I will explain how to …