I guess you can save the data to hidden fields and make a check that
way, what it was previously and what it currently in the text of the
control.
You have two dictionaries available, oldvalues and newvalues.
You can iterate through and compare them.
There's even example code on msdn.
Google on formview oldvalues.