problem with two controls having the same datasource

Posted by Terry on Stack Overflow See other posts from Stack Overflow or by Terry
Published on 2009-10-29T21:55:07Z Indexed on 2010/05/28 1:11 UTC
Read the original article Hit count: 178

Filed under:

I am building a winforms application, i have two comboboxes which have the same datasource, the datasource is a DataTable. Now, when I select a value in one comboBox, the value of another comboBox is changed too. Is there a way make it change without affecting the other?

© Stack Overflow or respective owner

Related posts about winforms