Item of one combobox should not come into the other

Posted by syedsaleemss on Stack Overflow See other posts from Stack Overflow or by syedsaleemss
Published on 2010-04-27T10:13:21Z Indexed on 2010/04/27 12:03 UTC
Read the original article Hit count: 145

Filed under:

Im using c# .net windows form application. I have a database with some tables.I have two comboboxes (A & B). I have populated a combo box A with column names of a table using sys.columns. Now when i select an item in combo box A ,combo box B should be populated with the same items except the selected item which was selected in combobox A .

© Stack Overflow or respective owner

Related posts about c#