i am tying to display images dynamically on a product detail page based on a
user selection on a page which displays a list of products. i am using c# and
i am not sure how to accomplish this task. my logic so far has been to try and
pass an image control, which resides on the detail page, a session variable
that contains the relative path to the appropriate image residing on my server.
however i do not know how, or even if, the image control can receive this
session variable and then use it to display the appropriate image. my other
line of thought was to bind the image control to a dataset that is populated
with all relative paths, such that i could somehow read the appropriate entry
from the dataset and then somehow pass it to the image control thus displaying
the appropriate image. how to go about coding any of this, however...not too
sure. any help would be greatly appreciated
thanks
tom