Under ComboBox1_SelectedIndexChanged, I encounter this error message
Unable to cast object of type 'System.Int32' to type 'System.Data.DataRowView'.
with this code
Quote:
Unable to cast object of type 'System.Int32' to type 'System.Data.DataRowView'.
Code:
Messagebox.Show(ComboBox1.SelectedValue, DataRowView)("ID"))