site map and navigation
am 14.01.2008 18:49:20 von Jim
Using aspx and vb, I have breadcrumbs for my site. The problem is that I
want the breadcrumbs to have all the pages listed from root, parent to
current listed in it. The only way I can do this is to have each page
listed in the web.sitemap file.
The problem is that I don't want all the pages to be listed in the menu
navigation. Specifically, I don't want the "Part Details" to be listed in
the navigation menu.
For example, I want to navigation menu to list:
Parts
- Part List
- Search Parts
And the breadcrumbs to list:
Home -> Parts List -> Part Details
web.sitemap code:
Is there anyway to do this?
Re: site map and navigation
am 14.01.2008 20:38:06 von NoSpamMgbworld
Answered in microsoft.public.expression.webdesigner
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
|
*************************************************
"Jim" wrote in message
news:edPsKXtVIHA.5448@TK2MSFTNGP04.phx.gbl...
> Using aspx and vb, I have breadcrumbs for my site. The problem is that I
> want the breadcrumbs to have all the pages listed from root, parent to
> current listed in it. The only way I can do this is to have each page
> listed in the web.sitemap file.
> The problem is that I don't want all the pages to be listed in the menu
> navigation. Specifically, I don't want the "Part Details" to be listed in
> the navigation menu.
>
> For example, I want to navigation menu to list:
> Parts
> - Part List
> - Search Parts
>
> And the breadcrumbs to list:
> Home -> Parts List -> Part Details
>
>
> web.sitemap code:
>
>
>
>
>
>
>
> Is there anyway to do this?
>