peterdoherty Posted June 14, 2003 Posted June 14, 2003 Hi everyone! I am about to deveop an ASP.NET site which incorporates a photo gallery. Anyone have any links that would be useful (ie tutorials etc) that could help? I am initially thinking of using a db to hold the image info and the path to the actual image file. The part that is troubling me is the dynamic display of the images on screen. ie the layout would ideally be a grid formation of say 3 columns and an unlimited number of rows. I have quite of an idea of what to do but was just interested if anyone has any ideas or links to tutorials that could help. Cheers & thanks for all the previous help! Peter www.dirtytrout.co.uk Quote
*Experts* mutant Posted June 14, 2003 *Experts* Posted June 14, 2003 I dont know of any tutorials but I have 2 suggestions :) Use DataList control to display your images and create a thumbnail gallery using the GetThumbnailImage() method of a bitmap object. :) Quote
peterdoherty Posted June 15, 2003 Author Posted June 15, 2003 Will the GetThumbnailImage() work for Jpg's? I'll give it a try cheers. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.