Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official Blog - Professional ASP.NET

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites



Browse by Tags

All Tags » SiteMapProvider   (RSS)
SiteMap Provider Links
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...
Building a Custom SiteMap Provider (PART I)
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...
Custom SiteMap Provider
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...