How can I compare textbox changed value and temporary variable?
For example, I have Description and Source variables and I already bound some values to textboxes. E.g. textbox names are txtDescription and txtSource. When I change the value in the textbox then the changed value need to be saved in an error table.
Can anyone provide me with an example? I don't know how to write the Code.