This question is locked. New answers and comments are not allowed.
Hello
how is it possible to access a field's original value?
I've got a bound ComboBox on a Windows Form. After the SelectedIndexChanged event of the ComboBox fires, my code check's some business rules. In some cases the change of the field that is bound to the ComboBox need's to be canceled. Then the original value of the field, that the ComboBox is bound to, need's to be assigned again.
Any ideas?
Kind regards
Mike
how is it possible to access a field's original value?
I've got a bound ComboBox on a Windows Form. After the SelectedIndexChanged event of the ComboBox fires, my code check's some business rules. In some cases the change of the field that is bound to the ComboBox need's to be canceled. Then the original value of the field, that the ComboBox is bound to, need's to be assigned again.
Any ideas?
Kind regards
Mike