Hi there,
The checkbox column in my database either has two values, checked or unchecked. Now what I want to do is I have a form where I can view data. That form displays all the data that is selected from a datagridview. The checkbox value must be displayed in checkboxes.
Here am using checkboxcolumn in datagridview, How can I view the check or uncheck status while retrieve the data's in my project.
Thanks in advance.