data bindings

  • Thread starter Thread starter afsheen
  • Start date Start date
A

afsheen

Hi,
Iam trying to display data on windows form with data bindings attached to
those control. When i try to update the use modified controls it gets
updated in the database except for one text box contorl which is gettign its
value from another textbox control multiplied by some number .... how can i
cause an update to windows text box control with data binding into the
datasource when the values gets modified...

thanks
Afsheen
 
Normally you update the whole dataset, so if the content of only one textbox
isn't updated there might be something wrong with the databinding of that
textbox. You can try to delete the textbox and to recreate it.

Christian
 
Back
Top