Hi,
I want to place an image in my dashboard panel. I've chosen the image and appears as expected. However the path that is is stored in the code-behind is an absolute path which means when I send this to another person to use, the image wont appear.
The image lives along side the grid file so ideally I just want to send the other user the grid parents folder and have it all work as the image is still in the same location relative to the grid file.
I tried giving the parent a base url, this allows me to put the bg image path as a relative path and it appears to work on mine, but once again once it is moved, the base-url is absolute and so we have the same problem.
Does anyone know how to solve this?
Thanks