views:

32

answers:

0

I am working on Asp.net and I have a Gridview with 3 columns: name, class, img.

In EditTemplate and footertemplate I had a fileuploader so that anybody can update or save their images and data.

The data name, image and class is updating and saving correctly but I have problems with the images that are not been displayed in the image box, but when I save them it is saving in my website folder in my system correctly.

Some people saying that this is the problem of window security or visual studio (machine.config).