Hi,
I am working on Windows Form (C#) visual studio and .net 3.5,
my program is a database-based, with multi-user,
database store info about devices and contract,
what I need is a way to restrict specific fields to (Modify,ReadOnly,Hidden)
receptively to the logged-in user privileges,
I don't want to use windows users, I want my users (from a database)to make them separate from OS,
at least for now,
so for example I have a form with 21 fields,
five of them must be hidden when employee with no financial privileges has logged-in,
but when his supervisor is the user, then he can see the financial field but not modify it's value,
and when the administrator is logged-in he can do what every he wants to do
I hope I make it clear enough to help me out,