thanks Brandon for your kind reply .... "role based" i don't know about that ,,, eventually i want the admin to determine which user can edit his report for example , or which user can remove items for the inventory i`ve got it figured from the database side (BTW these permissions are static and they aren't gonna change , but i don`t want to hard code every permission to my app using silly logic can you give me a line to follow
Thanks again Besada On Wed, Jan 20, 2010 at 10:24 PM, Brandon Betances <[email protected]>wrote: > from what it sounds like role based authentication is right for you. > > > On Wed, Jan 20, 2010 at 7:19 AM, Besada Hanna <[email protected]>wrote: > >> Hello All >> >> I'm creating a windows forms application in which iam Determining user >> Authorizations using a database tables >> eg : an array containing What can he do extracted from that table >> i need to implement that logic to my controls[Buttons etc] >> without having to hard code every Property of the user >> >> Any help would be greatly appreciated >> > >
