G
Guest
Hi. I have a virtual directory named Vehicles which serves a website. An
..aspx page in the Vehicles directory needs to display an image from a folder
existing one folder above Vehicles.
So I tried this. myImage.ImageURL = "../../image.gif"
And it's not working. Is this because when I use "../" it will only look
inside the Virtual Directory and not outside of it?
Thanks
..aspx page in the Vehicles directory needs to display an image from a folder
existing one folder above Vehicles.
So I tried this. myImage.ImageURL = "../../image.gif"
And it's not working. Is this because when I use "../" it will only look
inside the Virtual Directory and not outside of it?
Thanks