views:

37

answers:

1

I want to create a thumbnail from an image uploaded from user on webpage. I want to create a image gallery where i can show all images preview as thumbnail and when user clicks he can see enlarged image.

Is it possible to do this so that page dont get heavy

A: 

You should probably cache the thumbnail images, but to create them see:

http://stackoverflow.com/questions/27921/what-is-the-best-way-to-create-a-thumbnail-using-asp-net/27938#27938

dalle