how to create user rights for different forms c#

Aug 17 2016 6:51 AM
Hi
I have windows form.in that
 
I have table tbluseraction
 
actionid  actionname
------------------------- 
1  read
2  write
3  delete
 
I have another table tbluserform 
 
formid  formname
--------------------------------- 
1   frmbackup
2   frmrestore 
 
 
Now i want to give premission to each form.I have check box for every permission 
 
after giving rights it is saved in table as
 
formid  actionid
1           1 
 1           2
2           1
 
 
 I have attached screen shot and Please help me
 
Thanks
 
chandran 
 

Attachment: New_folder.zip

Answers (2)