Question
dynamic checkbox
I have created an update page with a dynamic checkbox but it
won't stay checked. This is the code:
<input type="checkbox" name="Online" value=1 <%If (CStr(rsNews.Fields.Item("Online").Value) = CStr("true")) Then Response.Write("checked=""checked""") : Response.Write("")%>>
Can anyone help me please?
Cheers
<input type="checkbox" name="Online" value=1 <%If (CStr(rsNews.Fields.Item("Online").Value) = CStr("true")) Then Response.Write("checked=""checked""") : Response.Write("")%>>
Can anyone help me please?
Cheers
