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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:40:57+00:00 2026-05-25T16:40:57+00:00

My UserControl code is below, I have one TextBox in UserControl and would like

  • 0

My UserControl code is below, I have one TextBox in UserControl and would like to access TextBox.Text property from web page.

UcUserForm user control is inserted in myform.aspx web page.

On myform.aspx PageLoad I set value for textBox like this

ucUserForm.TbFirstName.Text = "Tomas";

Everything works fine. When web page is loaded I see name inside textbox. Then I change value from Tomas to Jonas.

On myform.aspx ButtonClick I am trying to read value

var mynewname = ucUserForm.TbFirstName.Text; 

despite that name is changed from Tomas to Jonas in TextBox on web page I still get the old name Tomas. Can’t understand where is the problem.

UserControl code behind

  public partial class UcUserForm: System.Web.UI.UserControl
    {


        public TextBox TbFirstName
        {
            get { return tbFirstName; }

        }

}

UserControl web page

  <asp:TextBox  ID="tbFirstName" autocomplete="off"  MaxLength="25" runat="server"></asp:TextBox>

Registration user control code in default.aspx

<%@ Register Src="ucUserForm.ascx" TagName="ucUserForm" TagPrefix="uc1" %>
<uc1:ucUserForm ID="ucUserForm" runat="server" />
  • 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-25T16:40:58+00:00Added an answer on May 25, 2026 at 4:40 pm

    Try this:

    protected void Page_Load(object sender, EventArgs e)
        {
            if (!this.IsPostBack)
            {
               ucUserForm.TbFirstName.Text = "Tomas";
            }
         }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Background: I have a WPF UserControl (MainControl - not shown in code below) that
I have code like the following in a UserControl: Protected Overrides Sub Render(ByVal writer
I have the following code: public partial class queryTerm : System.Web.UI.UserControl { private static
In Silverlight I noticed that the code-behind Page class inherits from UserControl: public partial
I have one sharepoint custom page application which is rendering from a user control.
I have a code below in my aspx page: <div id=FormContainer> <div id=leftSection> <h1>
Below is my entire code from a User control that contains the YUI Uploader.
I have looked at the generated designer code of Form s and UserControl s,
In The Page_Load event of an ASP.NET USercontrol, I have the following Code: If
I have designed several animated Panel s in C# that all inherit from one

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.