Hiya,
I'm working on a windows app that has a ListBox populated by query results.
On it's own the ListBox does fine, but when I populate a CheckedListBox later, the 'DataSource =' line somehows impacts the ListBox by resetting the values therein with 'System.Data.DataRowView' values.
If I comment out 'param_checkedlistbox.DataSource = EMAILS_DS.Tables(0).DefaultView', the ListBox works fine, but my CheckListBox is of course empty.
I'm spelling the valuemember = 'columname' properly for each.
They have different DataSources.
The CheckListBox is not impacted by the ListBox
Any help you can give me would be a big help.
Thanks!