ASP.NET AJAX: Difference between revisions

Content deleted Content added
Reviews: not a review
No edit summary
Line 3:
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. Atlas is a free add-on to .NET.
 
== External links ==
The Atlas API is still quite new - more information is available at [http://atlas.asp.net http://atlas.asp.net].
 
* [http://atlas.asp.net Atlas]
 
{{Microsoft-stub}}