asp.net - Content page not displaying images -


I have a project with a master page at the root level and there are many content pages that are also at the root level. Feeling fine until I created a new folder and put a new content page into that folder. None of the pictures is being displayed for that particular page, I'm sure it's something that I'm missing.

  & lt;% @ page title = "" language = "c #" masterpage file = "~ / masterpagesmaster" auto eventWireUp = "true" codefile = "superstones installation.aspx.cs" inherits = "Setting up the text files"% & gt; & Lt; Asp: Content ID = "Content1" content placeholder id = "head" runat = "server" & gt; & Lt; / ASP: Content & gt; & Lt; Asp: Content ID = "Content2" content placeholder id = "home" runat = "server" & gt; Content & lt; / Asp: Content & gt;  


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -