Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friends.

I started a project in asp.net 4.0.
I have a masterpage with name "masterpage1.masterpage" in my project who is placed in a folder X .so I have a default page with name "default.aspx" who is placed in root of project(solution) and its masterpage is "masterpage1.masterpage.why image of materpage1.masterpage is not shown in default.aspx?


thanks.
Posted

Hello my dear friend,

May be you have put the image in content place holder of master page...Remove it.


FOLLOW THESE STEPS
=================

After Creating Master Page, When you create another Webpage..Follow these steps.

Right Click on your Project->Add New Item -> Select the Webform->give its name as Example.aspx -> click the checkbox -> Select the MasterPage. thats it...

This will help you.
 
Share this answer
 
I have used control instead of <asp:image xmlns:asp="#unknown"> control.
so correct solution is using <asp:image xmlns:asp="#unknown"> control instead of .
using asp control and not using html control
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900