Is there a quick and easy way to bind 1 single entity to controls that are on the form. I have bound using the ControlBindingManager when I have an EntityList but is there a way for a single entity. I have used the following code for text boxes mQuestionTextBox.DataBindings.Add(new Binding("Text", mQuestion, "Question"));. But, can't figure out ComboBoxes and CheckBoxes.
Edited by Customer - 12-Jul-2007 at 10:17am