|
Hi
I am working on small project which have many users and few roles and each role have different authorities (like delete, modify, add )in my system.
I want that when a web form is loaded, it will render delete , modify, add button according to the authority.
suppose if Jhon do not have right to "delete" any operation, the delete button should not be rendered in the web form.
All the authorization of a role is saved in a table.
Please tell how can i achieve this Action filtering in .Net
|
|
|
|
|
|
|
|