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 6359569
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:32:09+00:00 2026-05-24T23:32:09+00:00

I have this very simple control below. And on the page that i use

  • 0

I have this very simple control below. And on the page that i use this control I’d just like to be able to say: ucMessagePanel.SetMessage(...), but it does not allow me to declare a static method. I tried doing it with Static properties and that works just fine, but shouldn’t I also be able to use static methods?

    <center>
    <asp:Panel ID="pnlMessage" runat="server" >
        <asp:Label ID="lblMessage" runat="server" />
    </asp:Panel>
</center>


public partial class ucMessagePanel : System.Web.UI.UserControl
{        
    protected void Page_Load(object sender, EventArgs e)
    {

    }

    public static void SetMessage(string message, string mssgCssClass)
    {
        lblMessage.Text = message;
        pnlMessage.CssClass = mssgCssClass;
    }
}
  • 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-24T23:32:10+00:00Added an answer on May 24, 2026 at 11:32 pm

    You don’t need static methods. When you declare the user control in the ASPX page, you can reference it directly by the ID.

    In the ASPX:

    <uc:SomeUserControl ID="UserControl1" runat="server" ...>
    

    And in the code behind:

    UserControl1.SetMessage("Some message");
    

    In the user control, change the method to something like this:

    public void SetMessage(string Message)
    {
        lblMessage.Text = Message;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say I have a very simple PrototypeJS class that looks like this: var
This is driving me crazy. I have a very simple user control: public int?
I have this very simple example that I am using to learn structs in
I have this html page which is very simple, it contains a text box
Take a very simple case as an example, say I have this URL: http://www.example.com/65167.html
I have very simple select like this: SELECT * FROM table WHERE column1 IN
I have a very simple WPF user control that is mixed in with a
I have a very simple ASP.Net page that acts as a front end for
This is very simple linq and I am just beginning with it. I have
I have this very simple sql statement: SELECT max_dose FROM psychotropes WHERE (patient_meds.psychotrope =

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.