Posted on: 1/14/2014 8:09:52 PM | Views : 531

hi all forum   I was using a normal way to merge js script files like following
<asp:ScriptManager ID="scriptmanager1" runat="server" EnablePageMethods="True" EnableCdn="True" ScriptMode="Release" LoadScriptsBeforeUI="False" EnablePartialRendering="False"> <CompositeScript> <Scripts> <asp:ScriptReference Path="/scripts/jquery-1.7.2.min.js" /> <asp:ScriptReference Path="/scripts/breakingnews/jquery.cycle.all.js" /> <asp:ScriptReference Path="/scripts/myscripts.js" /> <asp:ScriptReference Path="/scripts/jqueryui/jquery-ui.min.js" /> <asp:ScriptReference Path="/scripts/jqueryui/jquery.ui.dialog.min.js" /> <asp:ScriptReference Path="/scripts ...

Go to the complete details ...