K
Kiran
Hi,
I need to store two columns of values in an object after getting the
same from a dataset\similar object.
1. I need to sort this data at one place, so I use sortedlist here.
2. In another place, I just need to store the data and pass it to a
business object where it gets further processed, so I use HashTable here.
this is the sample data that I store
1 10.34
2 67.89
6 89.78
presently I use sortedlist and hastable.
is this ok performance wise and is there any other alternative object
that I can use instead of these in VB.Net(2003)
Please provide ur comments.
Thanks
KiranW
I need to store two columns of values in an object after getting the
same from a dataset\similar object.
1. I need to sort this data at one place, so I use sortedlist here.
2. In another place, I just need to store the data and pass it to a
business object where it gets further processed, so I use HashTable here.
this is the sample data that I store
1 10.34
2 67.89
6 89.78
presently I use sortedlist and hastable.
is this ok performance wise and is there any other alternative object
that I can use instead of these in VB.Net(2003)
Please provide ur comments.
Thanks
KiranW