Squall Leonhart
11-18-2003, 02:07 PM
Hi, guys.
Nice to see you again.:)
Please have a look at this code
<input name="checkbox1" type="checkbox" checked value="<%=rsEdit.fields("Status")%>">
This code is supposed to show checked checkbox if the value of recordset rsEdit.fields("Status") is "true". And unchecked otherwise.
How can I solve this?:(
Nice to see you again.:)
Please have a look at this code
<input name="checkbox1" type="checkbox" checked value="<%=rsEdit.fields("Status")%>">
This code is supposed to show checked checkbox if the value of recordset rsEdit.fields("Status") is "true". And unchecked otherwise.
How can I solve this?:(