Dynamically Added Controls Question

J

Jason MacKenzie

I'm sure this is simple but I'm not sure how to persist dynamically created
controls.

If Not IsPostBack Then

Dim txt As New TextBox
txt.Text = "Test"

CType(Me.FindControl("Form1"), HtmlForm).Controls.Add(txt)

End If

I have a button on this simple page and when I click it the page posts back
and the textbox disappears. How can prevent this from happening?

Thanks,

Jason MacKenzie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top