Link to home
Start Free TrialLog in
Avatar of centdevs
centdevs

asked on

Visual representation of sitemap

I want to create a sitemap for users of my site.  I'd like it to be a three column list of my navigation items, starting with direct descendants of the root, and up to 2 of their children.  I know it's not likely I can do this declaritively, and that's okay, but how can I accomplish this?
Avatar of Steve_af
Steve_af

Scott Mitchell has a good article on this.  If your site is fairly static, this approach works.

http://aspnet.4guysfromrolla.com/articles/111605-1.aspx


Avatar of centdevs

ASKER

It's not very static
To dynamically build a sitemap, try reading this
http://www.codeproject.com/KB/aspnet/dynamicsitemap.aspx
I don't mean a breadcrumb, I mean a sitemap page - a page that displays a map of your whole site.
ASKER CERTIFIED SOLUTION
Avatar of centdevs
centdevs

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial