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

  • Home
  • SEARCH
  • 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 6618511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:50:36+00:00 2026-05-25T20:50:36+00:00

I have no idea why this won’t work but I have a function on

  • 0

I have no idea why this won’t work but I have a function on a master page that gets the logged in user and then displays information about that user on the master page. I want to be able to pass one property (the user Role to the other pages to use for logic flow. I can’t seem to get the content pages to recognize the property.

The error message is
‘System.Web.UI.MasterPage’ does not contain a definition for ‘Role’ and no extension method ‘Role’ accepting a first argument of type ‘System.Web.UI.MasterPage’ could be found (are you missing a using directive or an assembly reference?)’

Any ideas?

public partial class SiteMaster : System.Web.UI.MasterPage
{

    private string role = "Manager";

    public string Role
    {
        get
        {
            return role;
        }
        set
        {
            role = value;
        }
    }
protected void Page_Load(object sender, EventArgs e)
    {
  ...get current logged in user data and display appropriate fields in the master page.
}

}

Content Page

<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Portal.aspx.cs" Inherits="Portal" ClientIDMode="AutoID" %>
<%@ MasterType VirtualPath="~/Site.Master" %>  

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>

content page.cs

    protected void Page_Load(object sender, EventArgs e)
    {
        if (!Page.IsPostBack)
        {

           string testRole = Master.Role;

        }
    }
  • 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. Editorial Team
    Editorial Team
    2026-05-25T20:50:37+00:00Added an answer on May 25, 2026 at 8:50 pm

    The “Master” property on Page returns the type System.Web.UI.MasterPage. You need to cast it to your specific type (SiteMaster) before you can call that class’s functions.

    SiteMaster siteMaster = Master as SiteMaster;
    if (siteMaster != null) { myVar = siteMaster.Role; }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have no idea why this won't work. function query($sql) { $this->result = @mysql_query($sql,
I have no idea why this doesn't work, but doing some validation functions and
I have no idea what this means. But here is the code that it
I have no idea if this is possible, but if it is, what would
I have no idea if this is possible ... but it would be cool.
I have no idea how this works or if it is even possible but
I have absolutely no idea why this is happening but the following code seems
I am getting this error on code that used to work. I have not
I've tried dozens of different combinations, and I have no idea why this won't
I am scratching my head over this, but have no idea what the problem

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.