Hi Everybody,
I have a desktop application designed (VB.NET 2008 and SQL2005) which consists of user login and some access level for the users.
The user class which i have classified are :
1. Administrator
2. Operator
3. Report User
This user has got a few access in my application. I have got stuck how to create a user class and give access level for this class and map those class to the users.
Please HELP!!!!!!!!