Archive for January 2007

ASP.NET Adding Dynamic Nodes to Sitemap Path

Jan 14th, 2007 | By Michael Fraser | Category: Latest News

One of the annoying things that I have come across when developing web applications with .NET is the sitemap and its inability to handle dynamically generated pages with the inbuilt sitmap provider. I wanted a way to be able to add custom nodes to the Sitmap Path that were not included in the sitemap file.
For […]