asp.net - Can't see my picture that I use in my webSite -


I use a template for my website and I fill my cell with an image control and the URL of the image But when I upload my website, I do not see that picture.

I have created a new folder for all images and use the master page for this website.

LINK:

Please include your ASP.NET code which is ImageUrl path Shows up If the path of the image is wrong then it can happen. Try to format your path using "~". Like this:

  & lt; Asp: image runat = "server" imageUrl = "~ / image / header.jpg" /> Instead of  

:

  & lt; Asp: image runat = "server" imageUrl = "image / header.jpg" />  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -