Hello,
I need help with checkboxes.
I have a field (nvarchar) in a table on SQL Server and i want to return values in a checkbox.
For example if field="H" then checkbox=checked.
The same goes with insert and edit. If the user checks the checkbox i want to save field="H" on the table.
Any suggestions?
Thank you in advance.
Loading
DealyPosted Sep 2, 2009, 4:13 AM
check_no is a checkbox.
The problem is that I always get null as a result of temp_no.
I do something similar when inserting/updating the record and i have no problem. It saves value 1 if the checkbox is checked and value 0 if it's not.
Kirtan PatelPosted Sep 1, 2009, 12:07 PM