Simplify your workflow in minutes.
Don't have an account yet? Sign up.
If you want to sort the items randomly, you can use a new guid. Here is an example.
We start with a normal itemlist
<er:itemlist runat="server" templateidfield="Templates" categoryidfield="Categories" count="10" ...
To make it random just add orderby="NEWID()"
<er:itemlist runat="server" templateidfield="Templates" categoryidfield="Categories" count="10" orderby="NEWID()" ...