How To Call Outside Javascript File?
Example : Our Project File Folder Name "Sample" Another
Folder Name "Check".Check Folder Is Out Side Of Our
Project ?Check Folder Have Verify.Js File. My Question Is
How To Call Verify.Js File.
Answer Posted / sanjay
You can call in header section with following code.
<script src="myJavaScript.js"
type="text/javascript"></script>
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is web api vs wcf?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
How to fetch a data from one table to another table in asp.net ?
What is a gridview in asp.net?
What is state management technique?
What are the namespaces used in asp.net mvc? : asp.net mvc
What is asp.net used for?
Explain server-side scripting and client-side scripting.
What is cache in asp net?
What is base class of .net?
Why session is used in asp.net?
How can we make sure that Web API returns JSON data only?
What are the different validators in asp.net?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
How do u deploy your asp.net application?