junglist666
Technical User
Code:
<input class="txtbox" type="checkbox" name="C1" value="ON"
<%if lcase(rsProperty("display"))="yes" then Response.write " checked " %> >
im tryin to make my checkbox be ticked if the field (yes/no datatype) is yes.
this above code produces no errors but the box isnt ticked when the page loads.. anyone know why?