I have an asp page which lists data from a db thru a loop. With each row 2 links are created to the left(update/delete).
Example:
(row1) Update/Delete - Sentence1 - Sentence2.
(row2) Update/Delete - Sentence3 - Sentence4.
(row3) Update/Delete - Sentence5 - Sentence6.
I want to be able to click on any of these update or delete links and go to another asp page where I would put the sentences of whichever row was picked into some textbox so that it can be updated. Alternatively if I click on delete I want that particular row to be deleted.
Can someone throw me an idea. I'm a little new at this and can't get a plan of action.
Thank you in advance for any assistance.
Example:
(row1) Update/Delete - Sentence1 - Sentence2.
(row2) Update/Delete - Sentence3 - Sentence4.
(row3) Update/Delete - Sentence5 - Sentence6.
I want to be able to click on any of these update or delete links and go to another asp page where I would put the sentences of whichever row was picked into some textbox so that it can be updated. Alternatively if I click on delete I want that particular row to be deleted.
Can someone throw me an idea. I'm a little new at this and can't get a plan of action.
Thank you in advance for any assistance.