I've asked this question before, and got no answers, it is an asp.net question,...

  • Thread starter Thread starter dsarf f
  • Start date Start date
D

dsarf f

Guest
...please answer? if I want to set an image.imageUrl of something not in the asp.net project but in the hard drive such as C:\UploadedUserFiles5.JPGI tried doing
Image1.ImageUrl = "C:\UploadedUserFiles5.JPG"; but it doesn't seem to work, what am i doing wrong, and what I mean is NOT to be inside the asp.net project to become something like this Image1.ImageUrl = "~/images/imageName.jpg" because I know how to do that. thank you very much!
 
Back
Top