Connecting Tech Pros Worldwide Help | Site Map

Dynamic Image Gallery with title and text

Newbie
 
Join Date: May 2008
Posts: 8
#1: Nov 19 '08
Hi All,

I am very new to ASP and need to create a dynamic image gallery wherein when the user clicks on the menus the respective image shows up with the title and text. I could do this in simple HTML but then would have to create 20-30 pages.

Is there any way we can do this dynamically through ASP so through one page all the variables are passed and the image/text changes accordingly.

I have uploaded a zip file here having the sample pages: http://www.filedropper.com/gallery_1

Thanks
jhardman's Avatar
Moderator
 
Join Date: Jan 2007
Location: logan, utah
Posts: 2,690
#2: Nov 20 '08

re: Dynamic Image Gallery with title and text


Quote:

Originally Posted by sannysmith

Hi All,

I am very new to ASP and need to create a dynamic image gallery wherein when the user clicks on the menus the respective image shows up with the title and text. I could do this in simple HTML but then would have to create 20-30 pages.

Is there any way we can do this dynamically through ASP so through one page all the variables are passed and the image/text changes accordingly.

I have uploaded a zip file here having the sample pages: http://www.filedropper.com/gallery_1

Thanks

Yes, in fact this is one of the best uses of ASP. Let me ask a question: How much do you like databases? You could do this without a db, but if it were me, I would definitely incorporate all of the images into a db, either have the actual image files in the db, or keep references to the images (for example the file path of where the images are stored) in the db. Does that sound like it might be what you want?

Jared
Reply


Similar ASP / Active Server Pages bytes