Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
665
Menu Items accessible by privilieges
posted

I am working on a website, where depending on the role of the user, the user can view the menu items.
For Eg: a user with the lowest level of permissions should not be able to view the admin item on the webdatamenu. A user with mid-level permissions must be able to see most of the menu items except maybe admin.

The roles and users are defined in the SQL Database.

How can I work this feature with a stored Procedure?

Thanks