currency manager and binding manager

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

I am confused about these two things...
Anyone be kind to tell me the main difference ?
Thanks
p.s- I read some textbox and help already . but still not understand
 
Guest,

It is very easy, the bindingmanager, binds two things together.

Mostly a property from a control to a column from a table.

The currencymanager uses that to keep track of what is the current selected
row in a table. With that the right binded current item from the column can
be showed in the control.
(You can as well set the position using the currencymanager and than that
item(s) will be showed)

I hope this give you an idea what both are?

Cor
 

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