I have a standard Windows Forms Application project with an SQL database connected to it.
It got some textboxes and stuff.
But the tricky part for me is the checkboxes (bit values). It says (as far as I can see) in the properties that their checkstate should be Unchecked.
And so they are when i start debugging and run the program - until I add new (don't remember the name for it - its the PLUS button in my program). When i do that - they are checked. This will not work for my program.
I am new to C# - so be gentle =)