I have a number of tables to which I have to restrict access via a number of roles. So I am thinking create a page for each role, display a menu and let then do what ever they need to. Advice please.
Hi mr41971, you can also use the default XML Site Map Provider in you site as long as you specify the correct url's for each page, not each URL must be unique.
See my blog C# Bits | Twitter @sjnaughton Always seeking an elegant solution.
Member
18 Points
187 Posts
how to add a menu to a dynamic data site
Jan 02, 2013 11:35 PM|mr41971|LINK
I have a number of tables to which I have to restrict access via a number of roles. So I am thinking create a page for each role, display a menu and let then do what ever they need to. Advice please.
All-Star
94130 Points
18109 Posts
Re: how to add a menu to a dynamic data site
Jan 04, 2013 12:20 AM|Decker Dong - MSFT|LINK
Hello,
I think the SiteMap for creating a menu with the help of xml will help you a lot:
http://csharpbits.notaclue.net/2010/02/sitemapprovider-for-dynamic-data-net-35.html
All-Star
17916 Points
5681 Posts
MVP
Re: how to add a menu to a dynamic data site
Jan 04, 2013 05:56 AM|sjnaughton|LINK
Hi mr41971, you can also use the default XML Site Map Provider in you site as long as you specify the correct url's for each page, not each URL must be unique.
Always seeking an elegant solution.