Click here to Skip to main content
15,913,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, Its my first project...I create a Site.Master with menus..And I create some pages for_home, AboutUs.aspx etc..
From Menu Navigateurl also mentioned to pages...No problem..But while I run, the site.master is not showing..Its showing only the For_Home.aspx....without site.master data's...

So how to solve this problem?...Does anything is missed?
Thanks for the guidences..
Posted

1 solution

When you added your pages to your project, did you specify that they are forms with a Master page? That would give you a Page node at the root of your HTML for the form with an attribute like MasterPageFile="~/Site.Master".
 
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