hello,
can someone tell me how to check if a checkbox is checked in asp.
Thanks
hello,
can someone tell me how to check if a checkbox is checked in asp.
Thanks
If the checkbox is not checked, Request.Form("YourCheckBox") will be an empty string.Code:If Request.Form("YourCheckBox") = "on" Then Response.Write "Checkbox is checked" End If
jmurrayhead
If you agree, give me rep.
If you like it here...throw us a few bones to help support us.
Bookmarks