ASP.NET AJAX

This is an old revision of this page, as edited by 196.202.86.51 (talk) at 22:26, 3 April 2006 (External links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Atlas is Microsoft's codename for a set of extensions to ASP.NET for implementing Ajax functionality.

Including both client-side and server-side components, Atlas allows the developer to create web applications in ASP.NET 2.0 which can update data on the web page without a complete reload of the page (a "round trip" to the server). The key technology which enables this functionality is the XMLHttpRequest method. Atlas is a free add-on to .NET.

  • Atlas vs Ajax.NET: A very famous question, which framework should I use in my application, Ajaxprojects.com is going to answer this question in a series of articles that will review some frameworks versus others