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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T05:24:11+00:00 2026-06-09T05:24:11+00:00

I use the code below to add a dynamic amount of textboxes to a

  • 0

I use the code below to add a dynamic amount of textboxes to a div but I can’t get to them before dissappaering at postback. I’d like to be able to loop them to get the values but no matter how I try I can’t get the boxes since they all disappear as I click the button to do so. How do I go about to do this?

    foreach (string month in budget.PeriodMonths)
    {
        TableRow tr = new TableRow();
        TableCell tc1 = new TableCell();
        TableCell tc2 = new TableCell();

        tc1.HorizontalAlign = HorizontalAlign.Right;

        Label monthName = new Label();
        monthName.Text = System.Globalization.CultureInfo.CurrentCulture.TextInfo.ToTitleCase(month);

        tc1.Controls.Add(monthName);

        TextBox monthInput = new TextBox();
        monthInput.ID = "month_" + i.ToString();
        monthInput.Attributes.Add("onkeypress", "return isNumberKey(event)");
        monthInput.Width = 50;
        monthInput.Style.Add("TEXT-ALIGN", "RIGHT");

        if (i < sellerBudget.PeriodValues.Length)
            monthInput.Text = sellerBudget.PeriodValues[i].ToString();
        else
            monthInput.Text = "0";

        tc2.Controls.Add(monthInput);

        tr.Cells.Add(tc1);
        tr.Cells.Add(tc2);
        bpTable.Controls.Add(tr);

        i++;
    }
  • 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-06-09T05:24:14+00:00Added an answer on June 9, 2026 at 5:24 am

    This one helped me out enormously! http://techbrij.com/197/retrieve-value-of-dynamic-controls-in-asp-net

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

Sidebar

Related Questions

When I use below code query database, I cannot get any result, but I
I use below code to update listview. setListAdapter(MyAdapter); MyAdapter.notifyDataSetChanged(); getListView().setEmptyView(empty); But each time update,
I use below code to get photo's path and id: String[] projection = {MediaStore.Images.Media._ID,
If I use code like this [just below] to add Message Headers to my
I'm trying to use the code below to add an entry in the 'UserAlertSubscriptions'
I use tabhost in my app. I use below code to add intent: TabHost
In the code below I use mpf_add to add the string representation of two
I use the code below to access the properties on my form,but today I'd
i use the code below to open a new window when a user drops
I use this code below to hide stream url of songs for my wordpress

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.