A Add the following markup to the <head /> section of the .aspx page:
<script src="ContosoUtilities.js" type="text/javascript"></script>
B Add a ScriptManager control to your page. It automatically fi nds your .js fi les in
your solution. You can then work with them using IntelliSense.
C Add a ScriptManager control to your page. Add a reference nested inside the
ScriptManager control that points your JavaScript fi le.
D Use the ScriptReference class in your code-behind fi le and set its path to the path
of your .js fi le.