Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text Comparison in ASP.NET

Status
Not open for further replies.

ChadJK

IS-IT--Management
Nov 10, 2005
14
0
0
US
Does anyone know of any existing code or third party control for doing text comparison? I want to compare two different string values (from two different multiline textboxes in ASP.NET) and then highlight the differences in the two.
 
Try the javascript forum as you'll be better off doing this client-side.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
I think he wants something like the SourceSafe comparison tool. That would be a tall order with JavaScript.
 
Oh, I see. I was assuming he wanted to compare two strings and show the differences to the user.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
That's correct, ca8msm.

It's for quality control. We have typists who type up legal descriptions of properties (real estate). It's typed twice (by two different typist) if they both match then we assume it's correct. Otherwise, we want to mark the difference in the two so it can be quickly corrected.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top