1
Answer

CurrencyManager

What is the difference between using for instance: this.BindingContext[ds.Customers].Position++; or creating a CurrencyManager and using myCM.Position++; ??? Is there any difference in functionality?

Answers (1)