Currency Manager

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm (still) trying to get DataGrids to do what I want. I've notice some
examples that hook into a Database and DataTable that use the CurrencyManager
class. I'm only using a DataTable.

Can anyone give me a short description of why I might need a CurrencyManager?

Thanks,

Art
 
Hi,

The currencymanager is the class that keeps the bound controls in
sync with the data. It is useful for navigating through the data.

http://msdn.microsoft.com/library/d...stemwindowsformscurrencymanagerclasstopic.asp


Ken
-------------------

Hi,

I'm (still) trying to get DataGrids to do what I want. I've notice some
examples that hook into a Database and DataTable that use the
CurrencyManager
class. I'm only using a DataTable.

Can anyone give me a short description of why I might need a
CurrencyManager?

Thanks,

Art
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top