Question:You write a JavaScript class that uses the Microsoft AJAX Library. You intend to use the
class on a Web page. Which of the following actions should you take? 

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. 

+ Answer
+ Report
Total Preview: 1200

Copyright © 2024. Powered by Intellect Software Ltd