Connecting Tech Pros Worldwide Forums | Help | Site Map

Error!!!! Sort Dictionary Object Using the Value

Newbie
 
Join Date: Oct 2007
Posts: 20
#1: Oct 1 '07
Hello there

Iam stuck trying to sort the dictionary object in classic asp. Am trying to sort by the values of the dictionary object and not using keys, and once sorted by values i need the keys according to the sorted values. The new order of keys would then be used to fetch records from DB. Hope am clear. if i can do something like that without using multidimensional arrays I'd be glad. Could anyone here please shed some light..???

Tons of thanks in advance

Cheers

jhardman's Avatar
Moderator
 
Join Date: Jan 2007
Location: logan, utah
Posts: 2,690
#2: Oct 2 '07

re: Error!!!! Sort Dictionary Object Using the Value


I've always had to use multi-dimensional arrays, or sort the db and scroll through the data creatively. Sorry, I know that's not what you wanted to hear.

Jared
Reply