Binding Source Not Updating

LightStamp

New member
Joined
Nov 4, 2009
Messages
1
Programming Experience
10+
I've got a bindingsource on my form which has my dataset xsd as the DataSource and a querytable within that dataset set to the DataMember.
The existing controls on the form bind and all at runtime just fine.

I've since updated the dataset in the designer by adding a column to the querytable and when I look at it in the XSD designer the new column is there. I've also modified the TableAdapter fill insert and update functions to include the extra column.

I added a new textbox onto my form where the other controls are bound to this existing binding source and try to associate the textbox with my bindingsource but my additional column is not in the bindingsource dropdown list to select.

The binding source is pointed to the updated XSD but does not see the additional column in the bindingsource.

How can I "refresh" the bindingsource to properly reflect the xsd column addition?
 

Latest posts

Back
Top