web.sitemap

J

Jon Paal

can't seem to get a vertical stack of three links from sitemap file:
What's the magic combination ?

<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode url="Home.aspx" title="Home" />
<siteMapNode url="Work.aspx" title="Work" />
<siteMapNode url="School.aspx" title="School" />
</siteMap>


<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" StartingNodeOffset="0" />


<asp:Menu ID="menua" runat="server" DataSourceID="SiteMapDataSource1" Orientation="Vertical" MaximumDynamicDisplayLevels="0"
SkipLinkText="" StaticDisplayLevels="1" />
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,062
Latest member
OrderKetozenseACV

Latest Threads

Top