2
Answers

items from a comboBox to a dataGridView ¿?

azariel moron

azariel moron

15y
6.8k
1
Hi there guys, how can i pass the items from a comboBox to a dataGridView ?, when i click on a button (btnAdd) the selected item from a comboBox populate the dataGridView, so i can add some items from the comboBox to a dataGridView.

I have the comboBox filled with a column (attribute) from a table in the DataBase. I wat to load all the tuple(from that table) of the selected item (attribute) in the comboBox as a row of the dataGridView.

Thanks in advance for your help, i will apreciate too much
Answers (2)