Display images from another folder
Hi,I want to display an image in my application from another folder.
my application in E drive and images in D folder.
I have tried below code
welcomeimages.ImageUrl =@"D:\writereaddata\UnitPhotos\" + dt.Rows[0]["PhotoUrl"].ToString();
no error have showed. but image doesn't shown
how to solve this
Regards
Baiju