Hello
You can use this tips on your webpage
<script type="text/javascript" src="<%# this.Page.ResolveUrl("~/js/jquery-1.8.2_min.js") %>"></script>
and in the behind you need to add this on the page load , to work well
protected void Page_Load(object sender, EventArgs e)
{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.