Manage Javascript in ASP.NET with Offwhite.EmbeddedScripts
July 17th, 2006
One of the most powerful features in ASP.NET 2.0 is the ability to embed resources within assemblies. This makes it ideal to embed graphics and scripts which are required dependencies for your ASP.NET pages and server controls.
Offwhite.EmbeddedScripts includes a collection of the most popular Javascript libraries available embedded within a single assembly. The assembly also contains a server control called EmbeddedScriptsManager which allows you turn on the scripts with a simple boolean property for each script. It also handles dependencies. If you select Scriptaculous, it automatically selects Prototype for you. Future releases of Offwhite.EmbeddedScripts will include newer versions of the scripts as well as more script libraries.
Included Scripts:
- Prototype(1.5rc0, 1.4.0)
- Rico (1.1.2)
- script.aculo.us (1.6.1)
- Dojo Toolkit (0.2.2)
Download Offwhite.EmbeddedScripts v1.0.0 which includes a sample web project which shows how to use the script manager.

July 17th, 2006 at 6:42 pm
Congratulation with first release!
Good luck for a next builds