binding source question

by GS on 10/31/2007 1:51:00 PM 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?


 

Re: binding source question

by GS on 11/1/2007 3:44:00 AM sql express attach db file
"Husam Al-A''araj" <HusamAlAaraj@discussions.microsoft.com> wrote in message
news:CE05FC7B-1683-4BB8-9E78-0F54A2729025@microsoft.com...
> Hi,
> What is the data bind srouce you are using ?
>
>
> "GS" wrote:
>
> > 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?
> >
> >
> >