I'm having problem with my class collection. I can store data to it but when i retrieve it, all the data are the same. Any help would be greatly appreciated! Dimsion
I've tried to set a BindingSource DataSource property to a DataSet with many tables. Now I try to connect two DataGridView to the same BindingSource, but using two different DataMember (one with the name of one table and the other with another). Everything is working, the
(Framework 2.0, VS2005, XP sp2 all fully patched) I have a Form with a DataGridView and a BindingSource, among other controls. The DataSource of the DataGridView is the BindingSource. The DataSource of the BindingSource is a List(Of myclass). So far, so good.