Hi everybody,
I have a form that can vary it's form elements.
The user clicks a button and a new row of textboxes appear.
I increment the form element names with a var.
ex: txt_1, txt_2, txt_3.
How do I get all the values that are passed through the form?
Since I don't know how many textboxes I'll have.
Thankx in advance.