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>
Loading
Mamta MPosted Dec 20, 2011, 12:16 AM
For example, you may include an autocompletion logic in a Web service named Auto. Then you will reference that service in your scriptmanager and the logic of autocompletion can then be used on the ASP.NET AJAX page.