Hi there.
I am writing a simple CMS and am looking for a more user friendly way of modifying the site navigation.
My CMS has a basic category level structure with the option to hide an article from the normal category view. Rather than have static pages for "About Us" etc, I wanted to give my client the ability to modify these pages as he would any other article.
What I would like is to be able to dynamically modify my sitemap datasource so that I can point some links to a specific article (ShowArticle.aspx?ID=51) and others to specific category pages (Categegory.aspx)
When the user logs into the Administration portal he should be able to view the existing sitemapnodes and select either categories or articles from a control (stored in a sql server db)
Has anyone accomplished a similar thing? From what I have seen so far it will be easier to to create the UI if I use my SQL Server Db to store the sitemap details? Do you agree?
Thanks in advance,
BF
retroViz...