Role based security
Hi friends,
I am developing an application. Most of the pages include a form to insert data, griview to display, selecting a record in gridview to edit or delete...
But, I have different roles to users of my application. Some users are allowed to add, edit and delete. Some to add only. Some to add and edit.
How can I create roles and disable them to perform an action based on the role. Truly say, button based security.
How can I achieve this.
Thanks in advance
|