Please help... I have done everything required to afaik to enable the update.
I have used stronly typed components from the Form1, I have the ListBox and the TextBoxes set to appropriate Bindings. The ListBox dataSourse is set to BindingsSource1 and the textBoxes are set to the appropriate bindingsource fields which are FirstName and LastName.
In the BtnClick Event I haveThis should NOT be giving me an UpDate Command Error.Code:BindingSource1.EndEdit() CustomerTableAdapter1.Update(CustomerDataSet1.Customer)
I have wasted an hour or more but can't see what I have done to cause this!!!!
Clicking on a name in the listbox updates the TextBoxes through the BindingsSource1 Control. Everything is functional untill I change a textbox and try to Update.
Help.


Reply With Quote
