binding source question

G

GS

I have controls in the free form bound to databindingsource. Now I added a
couple of columns in the database table and reconfigured the bindingsource
accordingly. Then I bound the two new columns to two checkbox on the form.
C# automatically produced bindingsource1 and 2. if I go back and manually
change the name back to bindingsource, it will compile ok but fail to bind
at the runtime.


what should I do instead? Do I have to start all over?
 

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