I can't find that error in my code. Can anyone tell where to look
ArgumentException was unhandled
Cannot bind to the property or column Data on the DataSource.
Parameter name: dataMember
I can't find that error in my code. Can anyone tell where to look
ArgumentException was unhandled
Cannot bind to the property or column Data on the DataSource.
Parameter name: dataMember
error??
Stan B
kumarangopi
Shivangi Chaudhari
CBueche
thats what I'm inserting in my database:
Dim datasave As New MaintenanceDatabaseDataSetTableAdapters.MaintenanceTableTableAdapter If ComboBox1.SelectedValue <> 0 Then datasave.Insert(HoursWorkedTextBox1.Text, HoursWorkedTextBox11.Text, ComboBox1.SelectedValue, DateTimePicker1.Value.Month, DateTimePicker1.Value.Day, DateTimePicker1.Value.Year, FirstNameTextBox.Text, LastNameTextBox.Text, DescriptionTextBox1.Text, ComboBox1.Text)