Get Records By WCF using JQuery in Asp.net and Display in Table
WCFCall.aspx------------------------------------------------------ First Register your ajax enabled WCF service <asp:ScriptManager ID="ScriptManager1" runat="server"> <Services> <asp:ServiceReference Path="~/Service.svc" /> </Services> </asp:ScriptManager> <asp:ButtonĀ ID="btnCall" runat="server" Text="Get Record" /> <div id="bindData"> Add below Section to Head…