I am doing a presentation on Custom SiteMap Providers tomorrow for the Roanoke Valley Code Camp. I thought I would quickly post some links for the presenation. http://msdn.microsoft.com/msdnmag/issues/06/02/WickedCode/default.aspx - Jeff Prosise http://msdn.microsoft.com/msdnmag/issues/06/06/WickedCode/
Read More...
The new ASP.NET 2.0 menu control is pretty good, and fairly easy to work with. The concept of a site map provider is good too. Unfortunately the provider has some flaws in the design that will ever keep it from being used on any of our production sites.
Read More...
Right before I went down with an illness a few weeks back I started working with the navigation controls in ASP.NET 2.0. I really wanted something that would be able to respond to any new page additions at the time they are added or changed. I did not want to have to create a sitemap file and write some code to update it, I really hate messing with XML to be honest.
Read More...