Random order in <er:itemlist />

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()" ...