I have a user control that contains a notification icon when I use mouseover event on that icon notification list displayed with a scrollbar like the one of Facebook. I used a custom scrollbar from below link:
http://baijs.nl/tinyscrollbar/
I added path of .js file which is used in this link to my user control page
I used this user control to master page and many other web pages of my project but scrollbar is not working
when I added this path of js in each pages then scrollbar it's working but there are many pages I can't give path in.
How should I solve this?
Edit 1
Tried
<link href='<%= ResolveUrl("~/assets/css/website.css") %>' rel="stylesheet" type="text/css" />
<script type="text/javascript" src='<%= ResolveUrl("~/assets/js/homebanner/jquery.tinyscrollbar.min.js") %>'></script>