Hi all,
I'm trying to programmatically check a checkbox based on a value of '1' returned from the database. The following does not work.
if oRs("cb_black") = "1"
cb_black.checked ="checked"
end if
I would really appreciate your help. Thanks.
Hi all,
I'm trying to programmatically check a checkbox based on a value of '1' returned from the database. The following does not work.
if oRs("cb_black") = "1"
cb_black.checked ="checked"
end if
I would really appreciate your help. Thanks.