Click here to Skip to main content
15,867,991 members
Articles / Web Development / ASP.NET
Alternative
Tip/Trick

Embedding Javascript in Asp.Net

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
5 Jul 2011CPOL 13.9K   1   2
There is a fourth function.RegisterClientScriptResource(): Adds a reference to a JavaScript file that has been embedded into an assembly (DLL). Read more about that here: Managing Your JavaScript Library in ASP.NET.
There is a fourth function.

RegisterClientScriptResource():
Adds a reference to a JavaScript file that has been embedded into an assembly (DLL). Read more about that here: Managing Your JavaScript Library in ASP.NET.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States

  • Managing Your JavaScript Library in ASP.NET (if you work with ASP.net and you don't read that, you are dead to me).
  • Graduated summa cum laude with a BS in Computer Science.
  • Wrote some articles and some tips.
  • DDR ("New high score? What does that mean? Did I break it?"), ping pong, and volleyball enthusiast.
  • Software I have donated to (you should too):

Comments and Discussions

 
QuestionEmbedding JavaScript and Using it (using it is the trick) I don't have the answer Pin
Member 110699549-Sep-14 6:08
Member 110699549-Sep-14 6:08 
AnswerRe: Embedding JavaScript and Using it (using it is the trick) I don't have the answer Pin
AspDotNetDev9-Sep-14 19:24
protectorAspDotNetDev9-Sep-14 19:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.