Hi,
I'm trying to do equivalent in client-side validation of where you loop through a collection of variables with the same name, i.e.:
For each item in Request.Form("AutoAge"
....
do something with item
Next
The above code is how I would do it on the server-side, but what about client-side? Is it something with document.MyForm.AutoAge(X).value? If so, how would you know how many times to do it?
Thanks,
Ray
I'm trying to do equivalent in client-side validation of where you loop through a collection of variables with the same name, i.e.:
For each item in Request.Form("AutoAge"
....
do something with item
Next
The above code is how I would do it on the server-side, but what about client-side? Is it something with document.MyForm.AutoAge(X).value? If so, how would you know how many times to do it?
Thanks,
Ray