Posted on: 5/28/2014 4:18:31 PM | Views : 368

I would like  to load a few partial views on a web page based on security permissions that are returned from the database.  I'm new to MVC and not sure how to do this.  Can someone point me in the right direction or offer any examples?  For example, If a user is an admin, I would like to display all of the partial views that an Admin user should be able to see.  Each partial view will be treated as separate sections on the screen.  I would normally do this with user controls in web forms.

Go to the complete details ...