Ask a Question related to ASP.NET General, Design and Development.
-
Jeroen S. #1
Dynamic forms problem
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
Jeroen S. Guest
-
Flash forms, dynamic content
:confused; I am relatively new to assembling Flash Forms. I am trying to build a form that lists departments in a dropdown on one tab and will... -
Forms dynamic upate
I would like to update a record using list and combo boxes. I do I accomplish this? -
Dynamic Forms authorization
Hi all I'm creating web application with windows integrated security. Every window user is member of one of the groups of managers or operators.... -
Trying to build dynamic forms
Hello, I am working on a database that uses multiple forms to collect data that is then called in a subsequent form (for example: data entered... -
dynamic forms
I am developing a user control that builds dynamic forms taken from a string (str_output). I have a string such as <table><tr><td><asp:checkbox...



Reply With Quote

