I have user management module which built in MVC4. My purpose is to set permissions to each users to access controls in webpages of a master website. I don’t want to hard code the permission in each web pages of my master website. I exactly want something which works in webforms , the ‘Find Control’ property.
Share
A workaround for this is to get the permissions to client side as Jason data and enable or disable the controls from client side using JS and I am note sure about this. somebody please throw some light on me.