I have my own custom webpart. Inside this webpart I would like to display transparent gif. Unfortunately it dosen’t do it. I was tryign to use html img tag or asp.net image tag.
Src property for the image is set properly because it displays image icon insted of “X”.
X would be proof of the wrong path under src. As I said it is alright. Can anybody help me and tell why I can’t display my image?
I have my own custom webpart. Inside this webpart I would like to display
Share
I know what to do to display the image.
Firstly:
Put the image to this path:
C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\TEMPLATE\IMAGES
Second thing is to put url within server to this url insted of using disc path.
But does anybody know why does it work like this?