ASP.NET AJAX: Difference between revisions

Content deleted Content added
Sangyam (talk | contribs)
mNo edit summary
No edit summary
Line 2:
'''Atlas''' is [[Microsoft]]'s codename for a set of extensions to [[ASP.NET]] for implementing [[Ajax (programming)|Ajax]] functionality.
 
Including both client-side and server-side components, Atlas allows the developer to create [[web application]]s in ASP.NET 2.0 (and to a limited extent in other environments) 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]] methodobject, along with [[Javascript]] and DHTML. Atlas is currently provided as a freeCommunity add-onTechnology toPreview ([[.NET Framework|.NETCTP]]).
 
== See also ==