romanofsky
New member
- Joined
- Jul 10, 2023
- Messages
- 1
- Programming Experience
- Beginner
want to have 2 currencymanagers in order to bookmark positions in customers database + products database at the sametime in my app. any sugestions?
CurrencyManager
class directly if you're targeting .NET Framework 2.0 or later, which you are, given that it was released in 2005. You should use a BindingSource
between each control and its data source, which bundles various data-binding functionality together in one place, including that of the CurrencyManager
.