ASP.NET AJAX: Difference between revisions

Content deleted Content added
m Adding local short description: "Set of ASP.NET extensions", overriding Wikidata description "a set of ASP.NET extensions" (Shortdesc helper)
 
(6 intermediate revisions by 3 users not shown)
Line 1:
{{Short description|Set of ASP.NET extensions}}
{{unreferenced|date=July 2016}}
{{Infobox software
'''ASP.NET AJAX''', formerly called Atlas, is a set of extensions to [[ASP.NET]] developed by [[Microsoft]] for implementing [[Ajax (programming)|Ajax]] functionality. It is released under the [[Microsoft Public License]] (Ms-PL).
| name = ASP.NET AJAX
| author = [[Microsoft]]
| developer =
| released = {{Start date and age|2007|01|23}}
| latest release version =
| latest release date =
| repo =
| operating system = [[Microsoft Windows]], [[Linux]], [[macOS]]
| genre = [[Software framework]]
| license = [[Microsoft Public License]]
| website = {{URL|http://ajax.asp.net/}}
}}
'''ASP.NET AJAX''', formerly called Atlas, is a set of extensions to [[ASP.NET]]<ref>[https://download.cnet.com/ASP-NET-AJAX-1-0/3000-10250_4-10725541.html ASP.NET AJAX 1.0 - Free download and software reviews - CNET Download.com]</ref> developed by [[Microsoft]] for implementing [[Ajax (programming)|Ajax]] functionality. It is released under the [[Microsoft Public License]] (Ms-PL).<ref>[https://weblogs.asp.net/scottgu/asp-net-ajax-1-0-released ScottGu's Blog - ASP.NET AJAX 1.0 Released]</ref>
 
==Clients supporting Ajax==
 
ASP.NET AJAX runs on the following browsers:
* Microsoft [[Internet Explorer]] (>= 6.0)
* [[Mozilla Firefox]] (>= 1.5)
* [[Opera (web browser)|Opera]] (>= 9.0)
* [[Apple Safari]] (>= 2.0)
* [[Google Chrome]] (>= 5)
 
==ASP.NET AJAX Suite==
Line 40 ⟶ 52:
In the following code, only the content of the Update control (the span element that displays the current date and time) is re-rendered every time the button is clicked.
 
<sourcesyntaxhighlight lang="xml">
<asp:Button ID="Button1" runat="server" Text="Refresh" />
 
Line 51 ⟶ 63:
</ContentTemplate>
</asp:UpdatePanel>
</syntaxhighlight>
</source>
 
==Web-services and JSON==
Line 61 ⟶ 73:
 
==References==
{{reflistReflist}}
 
==Further reading==
* {{Cite book|author1=Laurence Moroney|author2=Robin Pars|author3=John Grieb|title=Foundations of ASP.NET AJAX|year=2010|publisher=[[Apress]]|isbn=978-1590598283|edition=2}}
 
==External links==
{{Wikibooks|.NET Development Foundation}}
* [http://ajax.asp.net/ ASP.NET AJAX (formerly "Atlas")]
* [http://msdn.microsoft.com/en-us/magazine/cc163574.aspx Atlas At Last : ASP.NET Atlas Powers the AJAX-Style Sites You’ve Been Waiting For]
 
{{.NET Framework}}
{{Microsoft FOSS}}
{{Web frameworks}}
 
Line 73 ⟶ 90:
[[Category:Ajax (programming)]]
[[Category:ASP.NET|AJAX]]
[[Category:Free and open-source software]]
[[Category:Microsoft free software]]
[[Category:Software using the MS-PL license]]
 
{{Portal bar|.NET Framework}}