Several bindingSource attached to the same table.

M

Mr. X.

Hello.
I have two bindingSources, which attached to the same table.
BindingSource bs1;
BindingSource bs2;

if I do bs2.filter = "some filtering ..."
I see that controls, which attached to bs1, take the changed on bs2.filter.

Can I change bs2.filter, so the controls which attached bs1 will not be
affected?

Thanks :)
 
M

Mr. X.

Hello,

I want that BindingSources act as layers.
I have heard once that I may have BindingSource objects can act as layers,
so I can have many BindingSource, and each BindingSource is responsible of
its own editing ...
I have tried this "de facto" as above, but in vain.

I need a good practice sample on understanding and how using BindingSource,
please.

Thanks :)
 
M

Mr. X.

What you say, is I should have two DataTables, and bind each of them to
another BindingSource?

Thanks :)
 

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

Top