Please Donate: The Leukemia & Lymphoma Society - Scenic Shore 150 Bike Tour [Donate Here]

Manage Javascript in ASP.NET with Offwhite.EmbeddedScripts

July 17th, 2006

Offwhite.EmbeddedScripts Properties 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:

Download Offwhite.EmbeddedScripts v1.0.0 which includes a sample web project which shows how to use the script manager.

[ Web Development Tools for the Power Developer ]

One Response to “Manage Javascript in ASP.NET with Offwhite.EmbeddedScripts”

  1. Serge Gimburg Says:

    Congratulation with first release!
    Good luck for a next builds ;-)