|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Displaying a checkbox on a asp page |
From: |
Priyan Meledath |
Date: |
11/30/2000 4:32:52 AM |
IP: |
194.170.1.130 |
The problem here is the name of the CheckBox. You should give different name for each checkbox. i.e. for each record in the database.
mCtr = 1 Give this above your Loop
<td width=50 align="center"><%=rs("OccurenceCheck" )%><input type="checkbox" name="OccurenceCheck" & mCtr value="<% If OccurenceCheck = "True" Then %><% Response.Write ("Checked")%><% End If %>"></td>
mCtr = mCtr + 1
Priyan
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|