orangelight
Technical User
hi
I have a boolean field taken from a db record - how can i put this into a check box
i.e
if strboolean = true then
Chkboolean.checked = true (this should show the tick)
end if
<asp:checkbox id=Chkboolean runat="server" />
i can't get it t work - please help
thanks in advance
Hesh
I have a boolean field taken from a db record - how can i put this into a check box
i.e
if strboolean = true then
Chkboolean.checked = true (this should show the tick)
end if
<asp:checkbox id=Chkboolean runat="server" />
i can't get it t work - please help
thanks in advance
Hesh