Update Panel with Jquery
1 min read
For js file add in script manager or proxy manager <asp:ScriptManagerProxy ID=”ScriptManagerProxy1″ runat=”server”> <Scripts> <asp:ScriptReference Path=”~/Scripts/jqueryTooltip.min.js” /> <asp:ScriptReference Path=”~/Scripts/AnchorPosition.js” /> </Scripts> </asp:ScriptManagerProxy> Within the page’s... Read More
