I have a asp file in which I create about 10 text and10 input boxes.
Basicially I created dynamically, so number of boxes are varies.
I also have a button "Save".
I have attached a javascirpt function SubmitForm().
What I try to do is the text indicates the employee number, the input box
indicates the age.
So how do save the age of each employee into database.
The missing link how to loop through the existing input boxes and the text
labels?