I would like to be able to update the database from an html table. Within the table I'd have a select box for each row. Then elsewhere on the form, I'd have a button to actually update the database.
I'd like to traverse each row in this table and insert a new row into the database based on the selected value of the select box.
To present the table initially, I'd have to wrap the select box in response.write and somehow give each one a unique id.
I'm sure this is possible, but not sure how.
Can you give me a few tips or hints? Thanks...
I'd like to traverse each row in this table and insert a new row into the database based on the selected value of the select box.
To present the table initially, I'd have to wrap the select box in response.write and somehow give each one a unique id.
I'm sure this is possible, but not sure how.
Can you give me a few tips or hints? Thanks...