Cannot bind to the property or column .. on the datasource.
31-Jan-1111 Leave a comment
VB.Net Window Forms databinding
Cannot bind to the property or column .. on the datasource.
Parameter name: dataMember
- Check to see if you have used the same binding source for two or more combo boxes.
- or alternatively because dataMember is not strongly typed, possible that the name of a field has changed in the data set, but not in the form