Hi,
In ASP is it possible to capture a list or an array of all of the posted form elements.
For example in Coldfusion you can simply do a loop over 'form.fieldnames' and this will give you all the used form element names and then you can manipulate to find their values.
In ASP is it possible to capture a list or an array of all of the posted form elements.
For example in Coldfusion you can simply do a loop over 'form.fieldnames' and this will give you all the used form element names and then you can manipulate to find their values.