Jump to content

ASP.NET AJAX

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by CodemauL (talk | contribs) at 04:15, 4 March 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Atlas is Microsoft's codename for a set of extensions to ASP.NET for implementing Ajax_(programming) functionality.

Including both client-side and server-side components, Atlas allows the developer to create rich 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.

As of this writing, Atlas is still in the developmental stage. More information is available at [1].