Hi All,
I have a problem with this piece of code:
string fileName = Label1.Text.Replace(" ","_") + ".jpg";
string localImageUrl = Server.MapPath(@"Images\" + fileName);
The image does not show. When I ommit @Images\ abn move the images to the root of the project the image does show.
any ideas?
Regards,
Frank