Content deleted Content added
updating whole article to reflect name change to ASP.NET AJAX, its latest release, and to remove some POV kindly provided by MS-bashers (seriously, who quotes Slashdot as a source?), |
m fix wikilink |
||
Line 1:
{{beta software}}
'''ASP.NET AJAX''', formerly code-named '''Atlas''', is a set of extensions to [[ASP.NET]] developed by [[Microsoft]] for implementing [[Ajax (programming)|Ajax]] functionality.
Including both client-side and server-side components, ASP.NET AJAX 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]] object, along with [[Javascript]] and DHTML.
|