J
Joshua Ellul
Hi There,
I am having a problem databinding a checkbox.
I databind the checkbox normally as follows:
myCheckbox.DataBindings.Add("Checked", myDS, "MyTable.MyField")
The databinding works fine as regards populating the data however when the
..AddNew() method is called nothing happens,
If I remove the databinding on the checkbox the .AddNew method works
normally (seen in the other controls), but if the checkbox is bound it
doesn't work...
I had the same problem with the DateTimePicker (and reluctantly solved it by
binding the text property rather than the value property)
Any ideas?
Josh
I am having a problem databinding a checkbox.
I databind the checkbox normally as follows:
myCheckbox.DataBindings.Add("Checked", myDS, "MyTable.MyField")
The databinding works fine as regards populating the data however when the
..AddNew() method is called nothing happens,
If I remove the databinding on the checkbox the .AddNew method works
normally (seen in the other controls), but if the checkbox is bound it
doesn't work...
I had the same problem with the DateTimePicker (and reluctantly solved it by
binding the text property rather than the value property)
Any ideas?
Josh