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
You should probably cache the thumbnail images, but to create them see:
What is the "best" way to create a thumbnail using ASP.NET?