master page different location
-
hello All i m using a master pages with some other pages placed in different directories now the problem is that path is not working as it work for same directories but i got its solution but now when i publish my site at wwwroot i again facing the same problem but this time it is not displaying for same directories pages also can any one tell me the reason Regards Masood
-
hello All i m using a master pages with some other pages placed in different directories now the problem is that path is not working as it work for same directories but i got its solution but now when i publish my site at wwwroot i again facing the same problem but this time it is not displaying for same directories pages also can any one tell me the reason Regards Masood
What isn't displaying? Does the page load but not display correctly? Or do you get an error? Are you linking in any CSS stylesheets or JavaScript files?
-
What isn't displaying? Does the page load but not display correctly? Or do you get an error? Are you linking in any CSS stylesheets or JavaScript files?
Its not displaying Images and also if and also if i give image to a TD of table as background it display nothing
-
Its not displaying Images and also if and also if i give image to a TD of table as background it display nothing
Use the asp:Image sever control for your images. When the parser renders your page it will adjust the image path appropriately. This won't happen with a HTML img tag.