Hello everyone
It's my first post over here and I'm hoping to get a little tiny bit of help
I'm developing a web application using VB.NET + ASP.NET.
I have two user roles: Administrator + Normal User.
The Admin and the normal user are each directed to different home pages.
I have added a menu with sub menus to the master page.
How can I hide menu items from the master page depending on the user role?
I think adding a master page for each user role is difficult because how can I tell the application to use which master page ?
You help will be greatly appreciated