ASP.Net | Call Web Service Method
<asp:ScriptManager ID=”_scriptManager” runat=”server”> <Services> <asp:ServiceReference Path=”~/Web_Service/SearchService.asmx” /> </Services> </asp:ScriptManager> <input id=”butnRead” type=”button” […]
Calling Web Service From Javascript
Hi my post explains how to call web service frm java script using AJAX. If the […]