13063154
Member
Hi everybody
I am creating a simple application that has checkboxes, textboxes and buttons. I can send the information in the textboxes to the database with no troubles but as soon as i try to send the checkboxes it throws "error with insert into statement" exception.
I have set the database to require true or false with these fields. However i am not sure how to get a ticked checkbox to send "true" to the database or unchecked to send "false" to the database.
Please help!
I am creating a simple application that has checkboxes, textboxes and buttons. I can send the information in the textboxes to the database with no troubles but as soon as i try to send the checkboxes it throws "error with insert into statement" exception.
I have set the database to require true or false with these fields. However i am not sure how to get a ticked checkbox to send "true" to the database or unchecked to send "false" to the database.
Please help!