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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T09:46:21+00:00 2026-06-01T09:46:21+00:00

I am creating dynamic text boxes on button click and then showing values on

  • 0

I am creating dynamic text boxes on button click and then showing values on another button click. It works fine until I use ajax updatepanel. In that case values are not shown when I hit second button. My aspx code is:

aspx markup is:

<asp:UpdatePanel ID="UpdatePanel1" runat="server">
    <ContentTemplate>
        <div id="divRT" runat="server">
        </div>
           <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
    </ContentTemplate>
    <Triggers>
    <asp:AsyncPostBackTrigger ControlID="btnAccessValues" EventName="Click" />
    <asp:AsyncPostBackTrigger ControlID="lbnAddNew" EventName="Click" />
    </Triggers>
</asp:UpdatePanel>
<div>
    <asp:Button ID="btnAccessValues" Text="save" runat="Server" OnClick="btnAccessValues_Click" />
    <br />
    <br />       
</div>

Code to show values.

 Protected Sub btnAccessValues_Click(ByVal sender As Object, ByVal e As EventArgs) Handles btnAccessValues.Click
        If ViewState(strVS_DynamicIds) IsNot Nothing Then
            Dim lstDynId As List(Of String) = DirectCast(ViewState(strVS_DynamicIds), List(Of String))
            For Each strId As String In lstDynId
                Dim tbx As TextBox = DirectCast(divRT.FindControl(strId), TextBox)

                Response.Write(tbx.Text)
                Label1.Text = tbx.Text
            Next
        End If
    End Sub

I am using this article as reference:

http://www.c-sharpcorner.com/uploadfile/abhijeetsinghai/creating-textboxes-dynamically-at-runtime/

Please suggest solution.

Regards,
Asif Hameed

  • 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-01T09:46:22+00:00Added an answer on June 1, 2026 at 9:46 am

    When i try implementing your scenario the only problem i found is the triggers, So comment triggers in your code and then try it again

    <asp:UpdatePanel ID="UpdatePanel1" runat="server">
        <ContentTemplate>
            <div id="divRT" runat="server">
            </div>
               <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
        </ContentTemplate>        
    </asp:UpdatePanel>
    <div>
        <asp:Button ID="btnAccessValues" Text="save" runat="Server" OnClick="btnAccessValues_Click" />
        <br />
        <br />       
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a dynamic list of text boxes. when the user submits the
We are creating dynamic text boxes and buttons inside a grid for each row.
i am creating the textboxes dynamically using jquery on a button click. <table width=100%
i am creating a dynamic text box of input type with the help of
I am creating dynamic controls, in that one control is a button. I used
I'm creating a text field dynmaically and it works great however when I test
I have a question regarding the creation of Auto Dynamic text boxes within PHP.
I am creating dynamic TextFields in actionscript 3.0. Like many others, my text disappears
I am creating dynamic menus and submenus in php.... Can't know where to start....
I'm creating dynamic templated XAML designs that I would like to convert to PNG

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.