Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
ood dayI have used the asp trial for experimenti have created a asp page with a descrition column and image column from my data basethe source for the image is set to the Http:localhost.80very simple question how can i change the source to the image folder on my root directory
You change image source path by modifing SQL query in ASPRunner:
select ...,
After that you can use fullimagefilename instead of old image file name.I hope this helps.