G
Guest
Hi
I wanted to set a DisplayMember of a comboBox with the text of 2 Columns of my Datatable, for example
comboBox.DisplayMember = "id" + " " + "name
comboBox.ValueMember= "id
I allready try "id" + " " + "name", "id, name" but none work, how can I do this
Thanks in advanc
Pedro
I wanted to set a DisplayMember of a comboBox with the text of 2 Columns of my Datatable, for example
comboBox.DisplayMember = "id" + " " + "name
comboBox.ValueMember= "id
I allready try "id" + " " + "name", "id, name" but none work, how can I do this
Thanks in advanc
Pedro