Dynamic forms problem

J

Jeroen S.

Hi all,

I'm building a form dynamicly. Adding textboxes as needed in the
code-behind. They appear in a table.
When I submit the form I cannot read the values of the textboxes I created.
I guess I'm missing something.
Can someone enlighten me?

code goes like this:

"

Dim tbx_HuurTotMet As New System.Web.UI.WebControls.TextBox()

tbx_HuurTotMet.CssClass = "tbxHuurVan"

tbx_HuurTotMet.Text = strHuurTotMet

tHuurCell.Controls.Add(tbx_HuurTotMet)

tDetailRow.Cells.Add(tHuurCell)


"

Best,
Jeroen
 

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
474,079
Messages
2,570,575
Members
47,207
Latest member
HelenaCani

Latest Threads

Top