I've created a html page with a table in it. The rows in the table are
generated dynamically. Also, they can be deleted dynamically at random. Each
row in a table has text fields and drop down boxes in it. While generating
rows, i give arbitrary names to the textfields within that row.

Now, my problem is, once the row is deleted, i lost the sequence and i can't
read the values in that textfields of a row in the table.

Can we dynamically define hidden variables?

OR

Can we pass multiple values thro' a single hidden variable?

OR

Is it possible to define an array of hidden variable?

Answer to any of the above question solves my problem. Pls help.

Thanks.