Saturday 24 August 2013

untitled

untitled

I am using html tag to display image on application :
<img src ="https://servername/Images/Imagename.JPG" alt ="Logo"/>
but image is not coming on page.
I also tried
<img src="<%=sHttps%>//servername/Images/Imagename.JPG" alt ="Logo"/>
but still is not working.

No comments:

Post a Comment