Link to home
Start Free TrialLog in
Avatar of countrymeister
countrymeister

asked on

How to show hide menu items in sitemap file

I have a table called users which has a column called roles , and it holds various values such as Admin, User, SuperUser.

Based on this value I need to hide show pages for a given type of user.

How can I do that?
ASKER CERTIFIED SOLUTION
Avatar of Swapnil
Swapnil
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of countrymeister
countrymeister

ASKER

I had already defined roles in my app, so goign with a asp.nets role based security was not an option.