Using .Net 2.0 with WinForms, I have the following Bindings:
bindingSource1.DataSource = typeof(IOrdDetail);
rotDiscretion.DataBindings.Add("Text", bindingSource1, "Discretion", true);
Discretion is a bool and rotDiscretion is a TextBox. I seem to remember there is some sort of data converter or presenter routine. Can anyone please advise?