Ok so I have a list (called Rankings) that takes “Ranking” elements. Ranking is a class and has a property called “points”. I would like to reorder this list by descending order in points. A query doesnt work because it doesnt physically change the order. Do you think I should just put all of the “Ranking”‘s into a list, sort them, then put them into my Rankings list? Saturday, January 2, 2010 …