A
AlexSrG2010
Guest
VS 2010 Express CheckBoxes bound to a SQL Server CE 3.5 and 4.0 bit data type. When value is null they show as Indeterminate on the form instead of Unchecked.
Hello, I am trying to learn programming with C#.
I have created a form with several different controls (textboxes, checkboxes, DataGridView, etc.) These checkboxes are bound to a SQL Server Compact Edition file(.sdf).
The situation is that when the form loads, the checkboxes, which are bound to table cells with bit data type, that have null value, are not unchecked. Instead of unchecked they show up as Indeterminate.
How can I make them show as unchecked when the data value of the cell they are liked to is null?
Or how can I change them to “Unchecked” after the form is loaded and filled when the data value is null?
I Am using the BindinNavigator that showed up on the form when I dragged and dropped the Detail Dataset from the Data Sources little window on to the form.
Thanks in advance for your help.
Learning computer programming with c#
Continue reading...
Hello, I am trying to learn programming with C#.
I have created a form with several different controls (textboxes, checkboxes, DataGridView, etc.) These checkboxes are bound to a SQL Server Compact Edition file(.sdf).
The situation is that when the form loads, the checkboxes, which are bound to table cells with bit data type, that have null value, are not unchecked. Instead of unchecked they show up as Indeterminate.
How can I make them show as unchecked when the data value of the cell they are liked to is null?
Or how can I change them to “Unchecked” after the form is loaded and filled when the data value is null?
I Am using the BindinNavigator that showed up on the form when I dragged and dropped the Detail Dataset from the Data Sources little window on to the form.
Thanks in advance for your help.
Learning computer programming with c#
Continue reading...