Getting profiles to appear in random order in a repeater on a dynamic page

Hi there,
Anyone know how to get profiles populating a repeater from a database to appear in random order each time the page loads? Thanks

Emma, a long-long time ago Tal answered this question in full, with code to do this.There are basically 2 ways to achieve this:

  1. query db, do the randomization afterwards, in code (Tal´s solution)
  2. query db and sort on a random field (date, number, string) either ascending or descending

It´s in here somewhere (solution 1), just do a search.

1 Like