|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Displaying a checkbox on a asp page |
From: |
Joe |
Date: |
11/29/2000 11:57:11 AM |
IP: |
38.195.224.6 |
I have a checkbox in my access db YES/NO field. I am trying to pull that from the db and display it as a checked or unchecked box on my asp page. Here is my code.
<td width=50 align="center"><%=rs("OccurenceCheck")%><input type="checkbox" name="OccurenceCheck" value="<% If OccurenceCheck = "True" Then %><% Response.Write ("Checked")%><% End If %>"></td>
Currently it will say True or False depending on the db and it leaves a blank checkbox.
Thanks for any help.
Joe
|
Follow Up - Re: Displaying a checkbox on a asp page - Priyan Meledath 11/30/2000 4:32:52 AM
Follow Up - Re: Displaying a checkbox on a asp page - TTT 1/2/2001 2:26:42 AM
|
|
|
|
|
|
|
|
|
|
|
|