Checkbox Troubles

motherfucker

New Member
I am trying to use checkboxes to view/update a database table wehre the type is bit. When I retrieve the information to the page and databind it to the checkboxes, the information is printed beside the checkbox instead of checking or unchecking the box. I don't understand why? Can anyone help?<BR>Make sure you're setting the checked property on the checkbox when binding to it. It looks like you might be setting the text property to your retrieved value, which is why you're seeing those values next to the checkbox.
 
Back
Top