Winforms BindingSource

Posted by Erez on Stack Overflow See other posts from Stack Overflow or by Erez
Published on 2010-03-17T08:51:39Z Indexed on 2010/03/17 9:01 UTC
Read the original article Hit count: 797

Filed under:
|
|

I have a binding source object that fills some textboxes. In run time, after editing the textboxes I want to be able to retrieve the old values.

how can I retrieve the Textbox's old value and refresh the screen ? Maybe the binding source has history or something ?!

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms