I have an ASP 3.0 page, which is a questionnaire. The user fills in the
fields, hit's submit, then the values are written to a database.
However, the form should hide certain questions unless the user changes
a drop down box from No to Yes, in which case the further questions should appear on the screen.
Is there a simple way to unhide the extra fields without refreshing the screen?
If I refresh the screen the user's input that has already been entered is reset which is obviously no good!!
I don't want to use session variables as there are 70 odd fields in the table.
fields, hit's submit, then the values are written to a database.
However, the form should hide certain questions unless the user changes
a drop down box from No to Yes, in which case the further questions should appear on the screen.
Is there a simple way to unhide the extra fields without refreshing the screen?
If I refresh the screen the user's input that has already been entered is reset which is obviously no good!!
I don't want to use session variables as there are 70 odd fields in the table.