1
Answer

Service Reference in AJAX

Aaron Cronje

Aaron Cronje

12y
1.3k
1
Hi.....

                 I am doing a work in ajax and define service reference in scriptmanager. What is service reference in ajax and define its role and process?
<asp:ScriptManager ID="ScriptManager1" runat="server">
    <Services>
    <asp:ServiceReference Path = "~/WebService.asmx" />
    </Services>
    </asp:ScriptManager>

Answers (1)