Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 19, 2005 02:25 PM by chr_
Member
15 Points
3 Posts
Dec 19, 2005 02:25 PM|LINK
Hi.
I'm new to asp.net and I'm playing around with the "Personal Web Site Starter Kit", and now I have a problem.
I want one of the menu items to be a drop-down menu. I have change the web.sitemap to
[code]
<?xml version="1.0" encoding="utf-8" ?> <siteMap> <siteMapNode title="Home" url="Default.aspx"> <siteMapNode title="Links" url="Links.aspx" > <siteMapNode title="SubLink" url="SubLink1.aspx" /> <siteMapNode title="SubLink2" url="SubLink2.aspx" /> </siteMapNode> </siteMapNode> </siteMap> [/code]
Where SubLink and SubLink2 should be the items on the drop-down menu. But now I'm lost, what should I do to get the drop-down menu to work? I guess that I have to change something in the Default.master, but what?
chr_
Member
15 Points
3 Posts
Drop-down menu
Dec 19, 2005 02:25 PM|LINK
Hi.
I'm new to asp.net and I'm playing around with the "Personal Web Site Starter Kit", and now I have a problem.
I want one of the menu items to be a drop-down menu. I have change the web.sitemap to
[code]
<?xml version="1.0" encoding="utf-8" ?>
<siteMap>
<siteMapNode title="Home" url="Default.aspx">
<siteMapNode title="Links" url="Links.aspx" >
<siteMapNode title="SubLink" url="SubLink1.aspx" />
<siteMapNode title="SubLink2" url="SubLink2.aspx" />
</siteMapNode>
</siteMapNode>
</siteMap>
[/code]
Where SubLink and SubLink2 should be the items on the drop-down menu. But now I'm lost, what should I do to get the drop-down menu to work? I guess that I have to change something in the Default.master, but what?