|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Display the values of a check box |
From: |
raj |
Date: |
9/25/2000 12:26:42 PM |
IP: |
208.176.233.109 |
I have created a access database, a form. On this form, I have a check box which is populated from the database. I write all the values of the check boxes to the table successfully(automatic comma seperated). Now I want to read it back same way but check the options with the values in the field. This is what I have done.
To populate the check box from the database:
<input type="checkbox" name="Func"
value="<%=tempvar(0)%>"><%=tempvar(0)%>
What do I do to read the values that are comma seperated in the field in a table and display it back. Any help is appreciated.
|
|
|
|
|
|
|
|
|
|
|
|
|