Exact duplicate: ASP.NET MVC - Form Value display by role
I'm looking for an ideal way for my input forms to either show as a textbox (editable), label (readonly), or hidden (no access) based on the roles. I know I could have a different view for each type of role but I was hoping that there's some new goodness out there that would prevent me from having to do 80 views.