M
MU
Hello
I would like to implement a datapager control on my listview and
return the rows randomly. I am returning the rows with:
ORDER BY NEWID()
which gives me randomized rows but when used with the datapager, when
the user clicks on the Next button, the rows are returned randomized
again, giving me rows that were on the first page.
Is there a way to use the original random dataset instead of it
randomizing again each time the user clicks Next?
Thanks!
MU
I would like to implement a datapager control on my listview and
return the rows randomly. I am returning the rows with:
ORDER BY NEWID()
which gives me randomized rows but when used with the datapager, when
the user clicks on the Next button, the rows are returned randomized
again, giving me rows that were on the first page.
Is there a way to use the original random dataset instead of it
randomizing again each time the user clicks Next?
Thanks!
MU