How to retrieve data to checkbox
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.