I have an ntext column in the database in which I am storing the Html Content or the text provided by the User. I want to implement history on the column and for this I am storing the content after and before the edit operation.
I want to find the Difference between the two values in the column and highlight the difference.
Any Idea how to do this?
My english is not good so please feel free to edit.
Something like this?, or this would be a useful starting point- both by the same guy.