Hi,
I have a Form which contains several fields.....when the Form is submitted the order in which they are passed in the Request.Form collection seems to be totally random. Why is this?
I use the following code to process....
For Each Item in Request.Form
Response.write blah blah
Loop
Thanks [sig][/sig]
I have a Form which contains several fields.....when the Form is submitted the order in which they are passed in the Request.Form collection seems to be totally random. Why is this?
I use the following code to process....
For Each Item in Request.Form
Response.write blah blah
Loop
Thanks [sig][/sig]