Click here to Skip to main content
16,013,730 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i m working on a web project on asp.net using c# where different user has different access permission and these permission has to be set up by masteradmin after the delivery of project. we have 15 pages with some different functionality and admin has to allow the functionality using checkbox for rights like only add only view, only print, only import or export the data. please help me to achieve it..
Posted
Comments
Thanks7872 23-Dec-14 2:20am    
You know everything what you want. Start coding that will be the only advise.
Nathan Minier 23-Dec-14 7:16am    
Personally, I like deriving different configuration types from an IConfiguration base, use an IConfigurationManager in shared state with a recomposable [ImportMany] List<iconfiguration>, and let MEF sort it all out.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900