|
 |
access_asp thread: Select Row of ASP Table Output for Edit
Message #1 by "James VanCleave" <jvvancleave@y...> on Mon, 11 Nov 2002 13:04:01
|
|
How can I select a row of ASP generated list (populated from a database
table) for edit or delete, e.g. with either a checkbox
or edit & delete links?
ID# Date AmountDue Edit
989 10Nov02 $45.00 Checkbox
990 11Nov02 $30.00 Checkbox
James VanCleave
Message #2 by "Larry Woods" <larry@l...> on Mon, 11 Nov 2002 07:08:50 -0700
|
|
I "think" that this will get you started:
For example, if we assume that the ID is the key to the record,
you can store the ID as the Value of the checkbox. Then, when
the data is returned via the form submit, use this value to
perform a Delete on the record.
Larry Woods
> -----Original Message-----
> From: James VanCleave [mailto:jvvancleave@y...]
> Sent: Monday, November 11, 2002 1:04 PM
> To: Access ASP
> Subject: [access_asp] Select Row of ASP Table Output for Edit
>
>
> How can I select a row of ASP generated list
> (populated from a database
> table) for edit or delete, e.g. with either a checkbox
> or edit & delete links?
>
> ID# Date AmountDue Edit
> 989 10Nov02 $45.00 Checkbox
> 990 11Nov02 $30.00 Checkbox
>
> James VanCleave
>
>
|
|
 |