Great Site Navigation,TreeView and Menu Content

Danny Chen on the ASP.NET product team has been blogging some really great content on the new Site Navigation, TreeView and Menu features in ASP.NET 2.0.  Definitely worth checking out -- these features can save a lot of time with common web-site navigation:

 

 

Published Thursday, October 20, 2005 11:27 AM by ScottGu

Comments

# re: Great Site Navigation,TreeView and Menu Content

Saturday, November 19, 2005 12:50 AM by scottgu
Hi Marc,

The sitemap file isn't hardcoded -- you can name it anything you want. You can also distribute the sitemap files across multiple directories to enable re-use. This article describes how to configure both of these more: http://msdn2.microsoft.com/library/ms178426.aspx

Hope this helps,

Scott

# re: Great Site Navigation,TreeView and Menu Content

Thursday, August 31, 2006 11:44 AM by Anonymous
How about an atlas slidemenu?

# re: Great Site Navigation,TreeView and Menu Content

Thursday, October 12, 2006 1:13 PM by Ron Liu
Hi Scott, I am developing www.baacn.org site with asp.net 2.0 and using treeview control for left site navigation menu. The treeview menu works very nicely with firefox,it shows all the nodes, collapse/expand without problem. However, it only shown two top nodes in IE 6.0. Could you please take a look and spare some thoughts? Thanks Ron rliu@email.sjsu.edu

# re: Great Site Navigation,TreeView and Menu Content

Thursday, October 12, 2006 2:32 PM by ScottGu

Hi Ron,

I just hit the site with IE7 and it looked fine (unfortunately I don't have a IE6 installation right now).

What I'd recommend doing is looking hard at your CSS, as well as the DOCTYPE of your page to see whether it is running in Quicks mode or XHTML.

Thanks,

Scott

# re: Great Site Navigation,TreeView and Menu Content

Sunday, November 19, 2006 10:15 PM by Fiona

Hi Scott

I am using treeview control for left site navigation menu which is bound to the site map data source.

I want to be able to expand and collapse the nodes by clicking on the text but there is no node tag for me to add the "SelectAction=Expand" option.

How do I do this please.

Thanks Fiona

# re: Great Site Navigation,TreeView and Menu Content

Friday, January 05, 2007 12:04 PM by MViajaygopal

I have a treeview, in that when i select the parent node, the childnodes should expand.

The parent node has to be highlighted.

From the expanded link, if i select any of the child nodes, the child nodes should also be highlighted.

So at any point in the node navigation, all the parents nodes along the navigated path has to be highlighted.

Any help in this regard is highly appreciated.