Hi All,
I would like to edit function to edit a row selected... so for instance, a list of rows are listed by id, on selection of id the row is then loaded into a form and then editable... i hope this makes sense.
Many thanks
Gary
Printable View
Hi All,
I would like to edit function to edit a row selected... so for instance, a list of rows are listed by id, on selection of id the row is then loaded into a form and then editable... i hope this makes sense.
Many thanks
Gary
IF i'm understanding you right, You could create a form for each row. with a submit. Then you would be able to submit each individual row independently from the other and then just update it
Well, i have put in place the ID on each row so when i click it, it just does that row..
Gary
PS: Whts the command to fill a form?
I think I made the assumption you were trying to do this in asp. Is that wrong?
Thats right, ASP