Hi,
I have a datagridview which has 3 columns.
Product : textBox
Suplier : comboBox
Price : textBox
Everytime I add a product to Product column, I want to have the list of supliers that can supply the product in the combobox.
At this moment I can do this in Visual Basic 2005, but the comboBox list all the supliers instead of only the supliers that can supply a certain product.
Could someone give me an example how to do this?
regards
AL
I have a datagridview which has 3 columns.
Product : textBox
Suplier : comboBox
Price : textBox
Everytime I add a product to Product column, I want to have the list of supliers that can supply the product in the combobox.
At this moment I can do this in Visual Basic 2005, but the comboBox list all the supliers instead of only the supliers that can supply a certain product.
Could someone give me an example how to do this?
regards
AL
Comment