I am creating a new project from the ground up. I have my web application in this web application I have references set up to multiple class libraries.
In one of those libraries I have some general Javascript files (like jQuery) that I need to load in my web application’s mastersheet. I cannot seem to get at the Javascript.
How can I access that Javascript, located in a different class library, from my web application project?
Attached is a screen shot for better clarity.

Update:
Is there any way do achieve this without using ScriptManager?
If you are looking to get out of using the ScriptManager but still retain the ability to store libraries in your DLL, try the following:
I’ve include a short example of how to achieve this.
Custom Control in Mri.Controls
Add a TagPrefix to your Web.config in your Web Application
Sample Mastersheet
I hope this was along the lines of what you were looking for.