Implementing database roles on menu and button level
-
In SQL database, I have role,process and menu table mappings for showing/hiding menu based on the logged on user's role. I need to show/hide certain buttons in the application based on the roles and processes. How do I do this? Please point in the right direction
------------------------------------------------------------ "The only true wisdom is in knowing you know nothing." --Socrates
-
In SQL database, I have role,process and menu table mappings for showing/hiding menu based on the logged on user's role. I need to show/hide certain buttons in the application based on the roles and processes. How do I do this? Please point in the right direction
------------------------------------------------------------ "The only true wisdom is in knowing you know nothing." --Socrates
In ASP.NET? WinForms? Using the standard roles/membership provider?
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
In ASP.NET? WinForms? Using the standard roles/membership provider?
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
In ASP.net 3.5. I have some roles which can't be in AD group. Need to put them in sql database.
------------------------------------------------------------ "The only true wisdom is in knowing you know nothing." --Socrates
-
In ASP.net 3.5. I have some roles which can't be in AD group. Need to put them in sql database.
------------------------------------------------------------ "The only true wisdom is in knowing you know nothing." --Socrates
Take a look at this[^] to get some information about ASP.NET membership and roles. Next time, try posting ASP.NET questions in the ASP.NET forum.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.