Torna al Thread

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="usePageMethods.aspx.cs" Inherits="WebApp_ProveForum.usePageMethods" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <script type="text/javascript"> function InsertLabelData() { PageMethods.writeLabel(onSuccess, onFailure); } function onSuccess(result) { var lbl = document.getElementById('lblResult'); lbl.innerHTML = result; } function onFailure(error) { alert(error); } </script> </head> <body> <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="true"> </asp:ScriptManager> <div> <span id="lblResult">Click the button</span><br /> <input id="btnCallJS" type="button" value="Click me" onclick="InsertLabelData()" /> </div> </form> </body> </html>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5