Day: June 30, 2009

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” […]