Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 95659
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T23:41:34+00:00 2026-05-10T23:41:34+00:00

I want to create a view that has different displays according to the role

  • 0

I want to create a view that has different displays according to the role the user is in.

Should I create a different view for different roles or should I check the roles on the Veiw page itself rather than in the actions?

How would I check the role on the view page?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T23:41:35+00:00Added an answer on May 10, 2026 at 11:41 pm

    Or should i use check the roles on the Veiw page its self rather than on actions, if so can someone plz show me how do check that on view page

    You need to do both. Check roles on actions as a security measure and check roles on views to enable/disable specific controls.

    Within your view page the long form of checking a role is

    HttpContext.Current.User.IsInRole('Administrator') 

    many developers will create page helper methods so you can end up with something more concise for your application like

    public static bool IsAdmin(this ViewUserControl pg) {     return pg.Page.User.IsInRole('Administrator') } 

    then in your view you can just use this.IsAdmin()

    To keep your view clutter down look into using partial views

    <% if (IsAdmin())    {       Html.RenderPartial('AdminPanel');    }    else    {       Html.RenderPartial('UserPanel');    } %> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create a view that contains two forms with their submit buttons.
I want to create a generic html table to excel file view that can
I want to create a query in TFS that allows me to view only
I want to create a plugin that displays additional information about Eclipse's compare results.
I want to create an activity that has sidebar on the left that is
How can I create a view that merges different columns with a different table?
I have a page that displays multiple Formsets, each of which has a prefix.
In my tablet application I want to create a fragment that displays information based
I'm trying to create a View that has a UIBezierPath on it. This works
I want to create view with 52 square or button (for 52 week in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.