I have a web page (ASP.NET) with a drop down list control (ddlSelect) and about 20 image controls.
If an item is selected on the ddl I wish to load all the images in a certain directory into the image controls. The number of images in a certain directory may vary. I also wish to load the name of the picture that was loaded into a certain image as a link to that image. If I have a small image of the picture I should be able to click on that image to load a full sized image on a popup page.
Thank you
fordtran
If an item is selected on the ddl I wish to load all the images in a certain directory into the image controls. The number of images in a certain directory may vary. I also wish to load the name of the picture that was loaded into a certain image as a link to that image. If I have a small image of the picture I should be able to click on that image to load a full sized image on a popup page.
Thank you
fordtran