kentico_helenag
-
11/24/2010 4:33:52 PM
RE:Repeater - random start, but still in node order?
Hello,
You could create two repeaters for his purpose. You can save the random number globally (query string parameter or session parameter – please see the standard ASP.NET documentation for more details). Then you could use the same Order by: NodeOrder and different Where conditions. The first one could be: NodeOrder >= the_global_random_number and the second one: NodeOrder < the_global_random_number
Best regards, Helena Grulichova
|