Problem in sort by date in multi array?

Posted by AB on Stack Overflow See other posts from Stack Overflow or by AB
Published on 2010-03-23T23:17:41Z Indexed on 2010/03/23 23:23 UTC
Read the original article Hit count: 231

Filed under:
|

I want to sort array A based on values in Array B

actually in Array A I have topics like

keyboard
Laptop
Desktop
mouse

and in Array B i have dates associated with each value in Array A how i can achieve this....I was thinking of using multi array but i m not sure if there is any default method of sorting multi array ...or if there is any other method to achieve this?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#