Help!! Show two columns in ComboBox.DisplayMember
I need to add in ComboBox1.DisplayMember values from two columns from one table. For example I have table Table1 with columns (ID, Name, Address). I wont ComboBox1.DisplayMember to show Name and Address, and ComboBox1.ValueMamber ID.
Thanks!!