ragazzi, causa sempre febbre, ho una select che tire fuori dei dati (sono tutti yes/no). A questo punto faccio dieci checkbox e poi vorrei che la checkbox prendesse come valore il true false di quello che è presente nel db. Cosi invece mi da tutti i check blank.


codice:
<td border="1" width="10%"><input type="checkbox" name="A2" value="<%=rs("step2")%>"</td>
<td border="1" width="10%"><input type="checkbox" name="A3" value="<%=rs("step3")%>"</td>
<td border="1" width="10%"><input type="checkbox" name="A4" value="<%=rs("step4")%>"</td>
<td border="1" width="10%"><input type="checkbox" name="A5" value="<%=rs("step5")%>"</td>
<td border="1" width="10%"><input type="checkbox" name="A6" value="<%=rs("step6")%>"</td>
devo utilizzare il selected? (testata da febbre a 38.5....)