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