I have around 200 images to be displayed on a page.
The database only stores the path where image is located. Images themselves are stored in the application's folder. EG: d:/application/website/images/
- I need to convert the original size image to a thumbnail image while displaying the thumbnail
- Is there any functionality to do this?
- Ideally, the display would have 5 rows and 5 columns, and then use paging to display the rest of the data.
Essentially, an image gallery: The app shows a thumbnail image on the grid/repeater page, and when the user clicks on that thumbnail a new pop up window opens displaying the entire image. Can I make this work with the repeater control?
Any idea how to display the thumbnail images in repeater control.
Are there any web sites which can help me out?