Hello friends
Know more about technology and hot topics of this world
Showing posts with label
Random order in list
.
Show all posts
Showing posts with label
Random order in list
.
Show all posts
Wednesday, December 4, 2013
Code to Randomize data in a list
Random rand = new Random();
latestdata = latestdata.OrderBy(c => rand.Next()).ToList();
Older Posts
Home
Subscribe to:
Posts (Atom)