When setting up an asp.net application using SQL Server 2005 as the database, I can create roles in the database and assign users to the roles and then in the app limit their access to pages or objects. I have scene system where once a user is assigned to a role there is a page with many many checkboxes to allow the organization to say what that user can or cannot do. I have also scene where the role itseld determines the access for the user.
My question is how do they code the way that let's the organization make many selections for the specific user and the role they are assigned?
Thank you,
My question is how do they code the way that let's the organization make many selections for the specific user and the role they are assigned?
Thank you,