
Bug found in VB.NET - Any work arounds?
I think I've located a bug in VB.NET in the use of datasets and tabcontrols.
1. Setup for a dataset collection on your form.
(connection -> adapter -> dataset)
2. Set a tabcontrol on your form. (make two tabs)
3. Place a combobox control onto the page of tab1 (like normal)
4. Bind the combobox to the first text itme in the dataset
5. Populate the dataset at form_load
6. Run the program.
I keep getting "System.Data.DataRowView" for the first record. Of
course this is not the actual text in the Access database it's coming
from. All the other records are correct. It just the first record that
gets loaded into the dataset at form_load that's causing the problem.
Best I can figure anyway.
Anyone got any clues as to what I'm doing wrong?