ASP.NET AJAX: Difference between revisions

Content deleted Content added
mNo edit summary
m Bot: Replace deprecated <source> tag and "enclose" parameter [https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2020-April/002284.html]
Line 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 63:
</ContentTemplate>
</asp:UpdatePanel>
</syntaxhighlight>
</source>
 
==Web-services and JSON==