tags:

views:

89

answers:

1

Hi,

I'm currently developping some desktop applications (WinForm) with a couple of screens, however i need to handle user rights.

Desktop Application :

Screen : Customers (GridView) (View/Edit/Create)

Some users are allowed to View only Customers, but some other users are allowed to Edit/Create Customers.

How can i implement a "screen user rights" ?

Thanks.

+1  A: 

Found a good link C# WinForms User/Permission management

This refers to Controls Based Security in a Windows Forms Application

This seems like a very decent answer. Hope that helps.

astander