Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / web / ASP.NET

Embedding Javascript in Asp.Net

5.00/5 (2 votes)
5 Jul 2011CPOL 14.4K  
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)