Re: question about menu and display levels



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?



.



Relevant Pages

  • Menu and selected items
    ... I want to display a ... accessing any page that is below that main pages' heirachy in the sitemap ... (based on the sitemap heirachy) ... Do I parse the sitemap file (note that I am using security trimming if that ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET 2.0 menu question
    ... I use a menu control that is bound to a sitemap to display menu items, ... and I have to dynamically add some querystring value to that URL. ... I assume that I can't use the sitemap to specify such menu item? ...
    (microsoft.public.dotnet.framework.aspnet)
  • ASP.NET 2.0 menu question
    ... I use a menu control that is bound to a sitemap to display menu items, ... and I have to dynamically add some querystring value to that URL. ... I assume that I can't use the sitemap to specify such menu item? ...
    (microsoft.public.dotnet.framework.aspnet)
  • question about menu and display levels
    ... 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... ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Validating ComboBox Entries
    ... To prevent a user from entering any data, it can't be in the rowsource. ... still need to see it in the employees historical entries. ... the project name is displayed in the Combo control. ... I would have to display a Message Box or something similar to ...
    (microsoft.public.access.formscoding)