sqlsitemapprovider

SqlSiteMapProvider - OnSiteMapChanged event never fires?

Hello, I'm doing the Wicked Code implementation of SqlSiteMapProvider, except in VB.NET. There's a few things with the code that are causing issues, and I don't understand how it is supposed to work the way it's written in the article. I've provided the code straight from the article provided below. I've pasted the code here for ease o...

.NET Localized sitemap from database?

I have a custom sitemapprovider which loads pages from the database. Pages (pageid, fk_pageid (parent), title, url, show_in_menu) I would like to globalize/localize the title of the page. What's the best method? ...

Overwrite a Backup

Hi Friends, I need to set up a job to create backup everyday. I also need to overwrite an existing backup. Can somebody please help me with it. Thanks, ...

How to hide a node from appearing on menu not on breadcrumb (using SqlSiteMapProvider)

Hello, I am using wicked code sqlsitemapprovider or it's VB version. Most of the things are going OK! But when I wanted to hide some of the nodes from appearing on menu while staying shown on sitemappath I cannot figure it out. I tried to change the sqlsitemapprovider code but was unsuccessfull. I have found David Sussman's (from sp.net...