oops why did i post that unfinish. anyway here the remaining part:
vb Code:
Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged MessageBox.Show(ComboBox1.ValueMember) End Sub
and this return the string "pk_clientID" regardless of what ive selected in the combobox item its return the same value.




Reply With Quote