How do I sort a namevaluecollection in alphabetical order? Do I have to cast it to another list first like the sorted list or Ilist or something? If then how do I do that? right now I have all my string in the the namevalucollection variable.
|
feedback
|
|
Preferably use a suitable collection to begin with if it's in your hands. However, if you have to operate on the
| |||||
|
feedback
|
|
See this question: http://stackoverflow.com/questions/608703/how-to-sort-namevaluecollection-using-a-key-in-c ...which suggests using a | |||
|
feedback
|