Click here to Skip to main content
15,891,136 members
Articles / Web Development / ASP.NET

Using Menu and Sitemap with Master Page

Rate me:
Please Sign up or sign in to vote.
4.73/5 (36 votes)
13 Aug 2006CPOL2 min read 273.7K   8.6K   72  
An article on how to use Menu and Sitemap data source controls with Master pages to create a Master - Child navigation menu.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\SitemapExample\", "..\SitemapExample", "{D0FC4270-5441-4956-A8C0-E929C81E45F4}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.VirtualPath = "/SitemapExample"
		Debug.AspNetCompiler.PhysicalPath = "..\SitemapExample\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\SitemapExample\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/SitemapExample"
		Release.AspNetCompiler.PhysicalPath = "..\SitemapExample\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\SitemapExample\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "3170"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{D0FC4270-5441-4956-A8C0-E929C81E45F4}.Debug|.NET.ActiveCfg = Debug|.NET
		{D0FC4270-5441-4956-A8C0-E929C81E45F4}.Debug|.NET.Build.0 = Debug|.NET
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Other
United States United States
Nate has been in the IT industry for more than a decade.

He loves music and listens to all kinds of good music.

Comments and Discussions