Re: question about menu and display levels
- From: "Jeff" <it_consultant1@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 9 Apr 2009 15:49:14 +0200
i've solved this one.. showstartingnode=false
"Jeff" <it_consultant1@xxxxxxxxxxxxxxxxxx> wrote in message
news:OO8iy2QuJHA.2148@xxxxxxxxxxxxxxxxxxxxxxx
hi
Below is a sitemap, how do I configure a menu control so that it doesn't
display the first element. I want the menu to not display the
test1.aspx...
The reason I ask is because when I run this code the menu is created like
this:
1
2
3
4
5
6
instead I want it to be like this:
2
3
4
5
6
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode url="test1.aspx" title="1" description="">
<siteMapNode url="test2.aspx" title="test2" description="" />
<siteMapNode url="test3.aspx" title="test3" description="" >
<siteMapNode url="test4.aspx" title="tes4" description="" />
<siteMapNode url="test5.aspx" title="test5" description="" />
<siteMapNode url="test6.aspx" title="test6" description="" />
</siteMapNode>
</siteMapNode>
</siteMap>
any suggestions?
.
- References:
- question about menu and display levels
- From: Jeff
- question about menu and display levels
- Prev by Date: Re: Not able to put class into namespace
- Next by Date: Re: GridView Postback adds IDs to TD and TR Elements
- Previous by thread: question about menu and display levels
- Next by thread: Fix header-elements in ASP.Net
- Index(es):
Relevant Pages
|