How do i set this values? I have a DataTable with all the data i want to set in the combobox, but i cant find how to set it.
I tried
ComboBox1.DataSo
They take strings...
ComboBox1.ValueMember = "id"; ComboBox1.DisplayMember = "name";