I would like to keep track of pairs of values, like this:
Apple 50
Pear 100
Banana 30
I would like to keep this data sorted using the number column, and not
the text column.
So, I need this:
Pear 100
Apple 50
Banana 30
Please can someone recommend a good .NET framework "structure" that
would help me achieve this.
TIA,
-dnw.
Apple 50
Pear 100
Banana 30
I would like to keep this data sorted using the number column, and not
the text column.
So, I need this:
Pear 100
Apple 50
Banana 30
Please can someone recommend a good .NET framework "structure" that
would help me achieve this.
TIA,
-dnw.
Comment