I know it is a broker between your datasource and your databound controls, provides a level of indirection between them and it is introduced in Framework 2.0 but what does Binding Source do
What additional capability it provides compare to Currency Manager, Binding Context and Binding manager base

What is BindingSource?
EmJay71
Amos Soma
project2n5e0o1
One thing that a BindingSource does is it allows you to connect multiple DataGridView tables to a single data source. (Something not previously allowed before) This lets you do several things:
JerryZhang