Tag Archive for "role" tag

Role aware ASP.NET web controls

March 12th, 2008 by stevi | 5 comments

A common feature I’ve found necessary for web applications is role-based security at the field level. For example, I may have a form that allows editing a user’s information. The requirements may include the rule that only certain types (roles) may edit certain fields.
This can be accomplished in myriad ways. You can create a different [...]