kana
|
| Posted: 06/18/2002, 7:28 PM |
|
Need somehelp in php with cc?
I have a grid form with many item. I would like to have a delete button for each item that once click will delete that particular item.
|
|
|
 |
Nicole
|
| Posted: 06/20/2002, 10:52 PM |
|
Hello,
please refer to following article:
- http://www.gotocode.com/art.asp?art_id=51&
this one use one Delete button to delete several records, so may e it won't suit your needs;
- but this one: http://www.gotocode.com/art.asp?art_id=142& describes how to set button per each record on Grid. Once button is hit, the page is updated.
You should add some custom code to Page (or Form) open event to catch passed primary key value and delete corresponding record from table.
|
|
|
 |
|