AJAX on ASP.NET

"AJAX is an acronym that stands for Asynchronous JavaScript and XML. AJAX gains its popularity by allowing data on a page to be dynamically updated without having to make the browser reload the page."


Ian Suttle explain what is AJAX in Implementing AJAX Using ASP.NET 1.1 article.



Also you can use a free library name "
Ajax.NET", Please review his page, easy to use :)



Lastest news, ASP.NET 2.0 will support for AJAX concepts.

Comments