Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Instead of using:
HTML
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

at the beginning of the each webpage. I want to use this in Site.Manager:
ASP.NET
<asp:ScriptManager runat="server">
        <Scripts>
            <asp:ScriptReference Name="jquery.1.11.1 ?????" />
        </Scripts>
</asp:ScriptManager>

How do I configure the scriptmanager in Site.Manager for jQuery for the whole website?
Posted
Comments
Kornfeld Eliyahu Peter 11-Jan-15 5:13am    
Site.Manager? You probably meant Site.Master?
What the problem? Why you can't add as in your sample?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900