Quote Originally Posted by riteshjain1982
if you are saving file path of the image than you should copy the original image to you "images\" and rest will be same........isn't it?
I am going to have to find a way to populate a folder I will add to my application to basically have the urls that are pointing to the image locations placed in the application folder and then once there the code will have to grab the current url that matches the recordset from the db and then show the image that is being pointed to by the URL by streaming this through a byte array and then the image control itself.