In the previous project I was working on, I noticed that javascript files were included inside the script manager, for example:
<asp:ScriptReference Path="~/Scripts/jquery-1.7.1.min.js" />
<asp:ScriptReference Path="~/Scripts/site.js" />
I tried to find that the difference between the script link and the regular one <script src="/>is on the asp page, but cannot find any information. Is there any advantage to using a script link?
thank
source
share