J
juli jul
Hello ,I am trying to get the comboBox value but when I am writing:
MessageBox.Show(this.comboBoxdb.SelectedValue.ToString());
I get the following result:
System.Data.DataRowView
instead of the selected value . Why?
MessageBox.Show(this.comboBoxdb.SelectedValue.ToString());
I get the following result:
System.Data.DataRowView
instead of the selected value . Why?