Never mind why the code is like this and why I need it to be this way, but it's just the way it is.<BR><BR>I currently have a dataset with data from a database. In the C# code I transform this data ...
So I have a form with a number of controls (mostly text boxes, but a couple of ComboBoxes, a DateTimePicker, and a Checkbox as well) that are bound to fields in a dataset. I initially used the windows ...