Hi all,
For my ASP.NET (2.0) Website I've been using the SQLSiteMapProvider:
msdn2.microsoft.com/en-us/magazine/cc163657.aspx
This works fine for me however there is a restriction on the Parent field in the SiteMap datatable. The Parent field should always refer to a lower ID than the nodes own ID.
As I have been trying to build some kind of admin page, where company employies can alter the menu structure, this restriction makes it impossible to change the order of the menu items (at least for me).
Is there anyone that has experience building an admin-page for this purpose? Or maybe someone has an idea to lift this restriction?
Thanks,
Lou
For my ASP.NET (2.0) Website I've been using the SQLSiteMapProvider:
msdn2.microsoft.com/en-us/magazine/cc163657.aspx
This works fine for me however there is a restriction on the Parent field in the SiteMap datatable. The Parent field should always refer to a lower ID than the nodes own ID.
As I have been trying to build some kind of admin page, where company employies can alter the menu structure, this restriction makes it impossible to change the order of the menu items (at least for me).
Is there anyone that has experience building an admin-page for this purpose? Or maybe someone has an idea to lift this restriction?
Thanks,
Lou