ASP.NET Photo Gallery

peterdoherty

Well-known member
Joined
Feb 24, 2003
Messages
49
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
 
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.
:)
 
Back
Top