J
Jim Andersen
Is there anything built into .NET that is good (or rather easy) at comparing
?
I have some data (in an array). I make a copy of this array, and the user
changes some of the data, or maybe he doesn't. Then he clicks a button and
my code runs.
So now I want to see if the user made some changes to the data in the array,
or if the user just looked at the data.
I could write some code that loops through the arrays, but is there some
easier solution ?
Like populating 2 datatables. Can they be compared ? Or convert them to XML
docs... anything that can compare 2 xml docs ?
/jim
?
I have some data (in an array). I make a copy of this array, and the user
changes some of the data, or maybe he doesn't. Then he clicks a button and
my code runs.
So now I want to see if the user made some changes to the data in the array,
or if the user just looked at the data.
I could write some code that loops through the arrays, but is there some
easier solution ?
Like populating 2 datatables. Can they be compared ? Or convert them to XML
docs... anything that can compare 2 xml docs ?
/jim