Topic awaiting preservation: Delete all choice from checkbox problem (ASP) (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: NZ |
posted 10-17-2003 04:02
Hi, guys. How are you? code: Dim sql
code: <td><input type="checkbox" name="delete" value="<%=x.value%>"></td>
|
Bipolar (III) Inmate From: New Jersey, USA |
posted 10-17-2003 10:06
It looks like if you select multiple choices you said the value of Request.Form("delete") comes back as a string separated by commas. Then to run the delete statement you check to see if the value of Request.Form("delete") isNumeric. It doesn't look like it would ever be numeric when you select multiple items. |