Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
i can not link the master page to external jquery file. one page work. other not. how will i link.
Posted
Comments
Donsw 2-Jun-10 22:58pm    
Reason for my vote of 2
not a lot of information here. did you add the right link

1 solution

What do you mean by you cannot link? What's the issue?

Isin't it simply doing:
<script type="javascript" src="jQuery1.4.1.js"><\script></script>

mobasshir wrote:
one page work. other not.


Looks like there is an issue of path. Make sure you put relative paths such that it is accessible from each page. You can also add the files from code behind after resolving the URL instead of adding it in Designer.
 
Share this answer
 
Comments
mobasshir 1-Jun-10 0:40am    
this show inellisense problem .how we solved. this type of script work one page.

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