J
jread
Guest
Try adding this to the sort expression: DateCreated.ToString().Substring((DateTime.Now.Second % 10), 4) DESC With that it will randomize each load based on current time
Continue reading...
Continue reading...