Hi,
Greetings for the day.
I have two div's which contains some text in them.The thing I required to do is to compare the text in both div's and highlight the differences and the comparision should be done word by word.
For example,
Tthe two div's contains text as follows:
In div1, 'Hi, Good Morning'
In div2, 'Hi, Very Good Morning'
So, the text in div2 should be like 'Hi, Very Good Morning' and div1 is as it is.
And another scenario is:
In div1, 'Hi, Good Morning to all'
In div2, 'Hi, Good Morning to everyone'
Then the text should be like.
div1, 'Hi, Good Morning to all'
div2, 'Hi, Good Morning to everyone'
Could you please help me how to do this in C#.
Thanks in Advance,
Hima Kalyan.