Hi All,
I am implementing security mechanism in my project and want hide/visible/disable Page,controls,usercontrol etc based on the Role assinged to the user.
So, my hierarchy is as follows
Module -> Page -> Control ->User Control -> Control present in User control(For e.g. GridView) -> Hiding columns for the gridview
Which will be the best database design approch for this ? I have somehow done this.. But it almost took 15 table to segregate the data..
Sometime I want hide/visible/disable entire page OR entire module OR only Grid views columns..
Have added all page names/ user controls names in the DB
OR
Is there any dynamic approch available ?
Thanks in advance !!!
Go to the complete details ...