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: 840
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