My ASP.Net WebForms based application requires Authorization in controls level, this application needs to show/hide controls in each page based on athorization defined in my database. All the information about which users are allowed to see which page and the controls are defined in the database. An URI to map the web control is also available in the DB. I have the user name and the list of controls to be shown for the user, I am looking for how to implement this Authorization part in ASP.Net, can you please give your ideas?
Thanks,
Jesu Benin.
...
Go to the complete details ...