Hello
I have what I think is a very simple problem but I guess I have missed something in my understanding of the whole sitemap thing..
My question is: what makes a treeview return a current node and how can I check what goes wrong if it dose not.
A little to maybe help understand my problem:
I have my custom provider that reads a folder structure form my database and populate my treeview and the treeview then return its current path to the sitemappath and that works great.
My problem is that I have made a new table in my database with a new folder structure that I need to use to make custom treeviews independent from my first table structure. Now the treeview seems to works as it should but the sitemappath dose not, some of the links will make the sitemappath trigger and some will not.
my folder structure table looks like this:
id, parent, name, menutitle
id: is the node's id : )
parent: is the nodes parent in form of another nodes id
name: is the name of the folder on the web server (have a stored procedure to generate the folder structure form the "id" and the "parent")
menutitle: visible name of the menu