binding source question

  • Thread starter Thread starter GS
  • Start date Start date
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?
 
Back
Top