Hi
I'm having some difficulties understanding the databindings.
I have a bindingsource on a form wich reads a dataset from the DB
on the form i have a record view and a datagridview dropped on it from the
datasources.
when i add a new record and enter the values in the record edits the grid
isn't updated until i press the save button.
when i enter the values in the grid the edit control in the record view
arent't updated until the record is post.
am i missing something ?
Even when i put 2 text boxes on the form displaying the same field from the
DB they dont update eachother until the post ?
Could someone please put the light on for me ?
Greetings Andre Mens
SparkPlug - 17 May 2006 18:42 GMT
>I'm having some difficulties understanding the databindings.
>
[quoted text clipped - 15 lines]
>
> Greetings Andre Mens
I am not sure I understood you correctly but see if
http://msdn2.microsoft.com/en-us/library/system.windows.forms.bindingsource.rese
tbindings.aspx addresses your problem.
andre mens - 19 May 2006 14:06 GMT
Thx.
It looks like that does the trik
Greetings