I want to create a user permission application using C#.net(Windows Application) & Sql 2005,
I want to it get a user permission Like Administrator and normal users.
Administrator can view the all Forms & User can view Permission forms only.
Any one can create that project sample or give a idea Please.... Help.
Loading

Prakash KPosted Jul 24, 2011, 3:44 AM
example Database--> Role_Table-->Role_Column,Forms_Column;
then insert Administrator & users in Role column
insert Forms name in Forms_Column
Check it in front end .(application login time)
Nuwan RathnayakePosted Jul 21, 2011, 9:55 AM
Nuwan RathnayakePosted Jul 20, 2011, 2:18 PM
Jiteendra SampathiraoPosted Jul 20, 2011, 1:10 PM
under admin node declare all permissions....when at the time of login compare the login username with xml parent node values.......if validation is successful...access the child nodes of admin...