I have a NameValueCollection and I would like to sort this on his value. Does anyone got some ideas how to do this easely? I was thinking to wrap it into a SortedList or SortedDictionairy but I'm not sure how to get started.
Thijs
|
I have a NameValueCollection and I would like to sort this on his value. Does anyone got some ideas how to do this easely? I was thinking to wrap it into a SortedList or SortedDictionairy but I'm not sure how to get started. Thijs
| |||
|
feedback
|
|
Using LINQ:
| |||||||||||||
feedback
|
OrderByon your collection? – R0MANARMY Oct 18 '11 at 15:05