C
Carl Gilbert
Hi
I am looking to develop a site using ASP.NET. I have a couple years
experience with VB.NET and some experience with ASP.NET .
I have one page that details a number of categories
(http://www.gallerox.com/demopage1.jpg) that links off to another page that
will display some of the images within this category
(http://www.gallerox.com/demopage2.jpg). At the bottom of this page I will
have links to allow the user to view other images within the same category.
I need to find a way to link off the second page and dynamically show a set
of images based on the selected category and sub page number.
So really I would have about 8 categories with about 40 or 50 images in each
category. I then want to have 1 page to display the categories and then one
page to display any 8 images from the specified category. The first page
would have to tell the second page which category was selected and would
obviously start at the beginning of the collection and by using the numbered
buttons at the bottom of the page, the same page should be loaded with the
next eight images from the same category.
When an image from the second page is clicked, a third page would display
the image in a larger format. Therefore the site needs to remember which
image was clicked so when I go to a forth or fifth page, the site remembers
the image selection.
I have not implemented a file naming system yet as I suspect this would have
a bearing on how the images are referenced.
I don't mind using a SQL back end to store the images but this might just
complicate matters.
Any thoughts on how to best implement this would be greatly appreciated.
Regards, Carl Gilbert
I am looking to develop a site using ASP.NET. I have a couple years
experience with VB.NET and some experience with ASP.NET .
I have one page that details a number of categories
(http://www.gallerox.com/demopage1.jpg) that links off to another page that
will display some of the images within this category
(http://www.gallerox.com/demopage2.jpg). At the bottom of this page I will
have links to allow the user to view other images within the same category.
I need to find a way to link off the second page and dynamically show a set
of images based on the selected category and sub page number.
So really I would have about 8 categories with about 40 or 50 images in each
category. I then want to have 1 page to display the categories and then one
page to display any 8 images from the specified category. The first page
would have to tell the second page which category was selected and would
obviously start at the beginning of the collection and by using the numbered
buttons at the bottom of the page, the same page should be loaded with the
next eight images from the same category.
When an image from the second page is clicked, a third page would display
the image in a larger format. Therefore the site needs to remember which
image was clicked so when I go to a forth or fifth page, the site remembers
the image selection.
I have not implemented a file naming system yet as I suspect this would have
a bearing on how the images are referenced.
I don't mind using a SQL back end to store the images but this might just
complicate matters.
Any thoughts on how to best implement this would be greatly appreciated.
Regards, Carl Gilbert