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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:18:03+00:00 2026-05-27T02:18:03+00:00

I have a UserControl on my aspx file. On the main page I have

  • 0

I have a UserControl on my aspx file. On the main page I have a button. When Click on the button, I want to alert the UserControl’s Textbox value. Is it possible?

  • 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-27T02:18:03+00:00Added an answer on May 27, 2026 at 2:18 am

    You need to expose the UserControl’s TextBox from the UserControl. Like this:

    public TextBox txtBox
    {
        get
        {
            return TextBox1;
        }
        set
        {
            TextBox1 = value;
        }
    }
    

    In this way, the TextBox becomes a public property of the UserControl, and it is accessible to any page using it. You can access to it from Javascript in the following way:

    function getTextBoxAlert() {
        alert(document.getElementById("<%=MyTextBox1.txtBox.ClientID.ToString() %>").value);
    }
    

    Where MyTextBox1 would be the name (ID) of the UserControl, and txtBox the name of the property.

    Good luck!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this inside a usercontrol in my aspx: <asp:TextBox TextMode=MultiLine onkeydown=textCounterLatest('<%=txtContent.ClientID%>' , '<%=remLen.ClientID
I have an UserControl that contains a Button : <UserControl> <Button> </UserControl> I want
I have a UserControl which contains a TextBox . When my main window loads
Well i have a usercontrol with a property ClientScript and in the aspx file
i have default.aspx page and one user control. usercontrol is having following code for
I have a form tag in the main webpage (aspx file) for a site.
In my PrinterPackage. aspx file i have the following 'User Control' : <%@ Register
my structure is like this: master page aspx(web form) ascx(user control) I have a
I have a UserControl and it contains a Button . Now, in some Windows
I have a default.aspx file and 2 user controls. Code for user control 1

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.