mozgheib
06-14-2005, 03:24 PM
Hello,
I have a table that is populated froma recordset. Table rows
are dynamic while not eof.
Now I give the user a chance to modify an entry inside a row
by typing in a textarea. My problem is, I need the value that
was populated ino the text area by the record set and also the
newly entered changes into the area.
I tried using href and submit with request.form and request.query
string the value picked up is the value populated by the recordset.
How can I make the newly entered/modified value captured and sent
to another form or variable.
Urgent.
I have a table that is populated froma recordset. Table rows
are dynamic while not eof.
Now I give the user a chance to modify an entry inside a row
by typing in a textarea. My problem is, I need the value that
was populated ino the text area by the record set and also the
newly entered changes into the area.
I tried using href and submit with request.form and request.query
string the value picked up is the value populated by the recordset.
How can I make the newly entered/modified value captured and sent
to another form or variable.
Urgent.