Aspnet

Using embedded resources in embedded javascript files in ASP.NET

Embedding javascript files in an ASP.NET assembly is very convenient for deployment since no extra copying is required. This is especially useful when the javascript file is part …

Creating ASP.NET controls with jQuery and MS AJAX (for MS AJAX dummies)

After reading an interesting tutorial from Janko about How to create Skype-like buttons using jQuery, I decided to wrap his javascript code, style sheets and HTML markups into an …