|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Dynamic Form Fields
<i><b>Originally posted by : Richard Kroutil (rkroutil@canyoncomputing.com)</b></i><br /><br />I have created a dynamic form using VB that creates different form field components (text boxes in the case), I post this to an asp page that is going to build a dynamic sql statement. How do you get the field names from a posted form, if you do not know the names of the form fields. Is there a request collection that contains this ??? I want to avoid having to write a cookie file to store those field names everytime I change database tables.<br /><br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : steve</b></i><br />you do get them out of the request.form collection. You could write a hidden field<br /><br /><br />------------<br />Richard Kroutil at 6/23/2000 3:27:25 PM<br /><br /><br />I have created a dynamic form using VB that creates different form field components (text boxes in the case), I post this to an asp page that is going to build a dynamic sql statement. How do you get the field names from a posted form, if you do not know the names of the form fields. Is there a request collection that contains this ??? I want to avoid having to write a cookie file to store those field names everytime I change database tables.<br /><br />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > Dynamic Form Fields |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|