How to: Programmatically Modify Site-Map Nodes in Memory
January 25 2006
Today I’m working with the Site Navigation controls offered by ASPnet 2.0. The SiteMapPath control makes it easy to insert breadcrumbs navigation into pages. One hurdle that I discovered in learning to use the control though is the need to have a Web.sitemap file defined and I’ve found no easy way to generate that from existing pages yet. Once I overcame that though, the control works pretty easily.
My next challenge is figuring out how to dynamically modify the breadcrumbs for dynamic pages which is where this link, How to: Programmatically Modify Site-Map Nodes in Memory comes in.
Comments ()
