were talking the other
day about Http Handlers and images and I
was interested in being able to generate
variously sized images from one source image.
This would enable me to generate high-quality
thumbnails and other images on the fly.
Well, after looking around I came up with a
solution and I am sending it to all as an attachment.
I'd like you to look at it and see if you can improve it.
It's simple to use and some of you may enjoy it.
I've tried it with Server Controls Image and
ImageButton.
You just pass the size image you want and
the full virtual path to your image:
ImageButton1.ImageUrl = "DynamicImages.ashx?size=400&path=/WebApplication1/1019.jpg";