Hi there
How can i get the checkbox's value from sql server 2005 and display it in my windows application?
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.
Any help??