BindingSource duplicated values

BindingSource duplicated values

Old forum URL: forums.lhotka.net/forums/t/685.aspx


vargasbo posted on Thursday, July 20, 2006

I have the following code...

bsSubscription.RaiseListChangedEvents = false;
bsSubscription.DataSource = unit.Subscriptions;
bsSubscription.RaiseListChangedEvents = true;
bsSubscription.ResetBindings(false);

In anycase, I'll have N subscriptions, the binding navaigator and grid display the correct # of N, but the grid displays the the same records for all N records. Any ideas?

Copyright (c) Marimer LLC