Monthly Archives: May 2011

ASP.NET Validators Pimped using jQuery

I was looking for a solution which will improve how Error Message is displayed while using Validators like RequiredFieldValidator. I love jQuery and I was looking for something to Pimp my validators using jQuery. I found few solutions but I … Continue reading

Posted in ASP.NET, jQuery | Leave a comment

High Quality Thumbnail Generator At Runtime Using ASP.NET And C#

Welcome to my first post. I have coded a class to generate High quality thumbnails at runtime and also cache these images. This class “Images.cs” is inherited by IHttpHandler so that this can be used as Handler to serve thumbnails. … Continue reading

Posted in ASP.NET, C# | Leave a comment