I am trying to link a flag contained in a winforms data repeater, however the flag by itself does not tick. When linked to a shortcut, it works
lbSchoolFri.DataBindings.Add("Text", bindingSource5, "SchoolName");
Check box (does not work) -
cbSchoolFri.DataBindings.Add("Checked", bindingSource5, "SchoolContacted");
Any ideas why this is not working?
thanks
source share