Edit or Delete records
am 30.10.2004 04:45:02 von RajaniHi,
I have two tables and both are referenced. I want to perform Edit/Delete.
I am displaying all the record in table format.
checkbox rollno batchno color_code(select control) qty
The user will check the checkbox to edit/delete the corr record. Rollno,
batchno, qty are textboxes. I want to assign same name to all columns(rollno
to txtRollNo) for all records. When i submit the form, how can i identify
which record to modify/delete coz i want to do only the checked records.
Thanx in advance