P
Pete via DotNetMonster.com
Hi,
I need to display a different random record or link each day. I have the
random part working so that if the browser is refreshed a new record will
display. I'm not sure however how to specify that it only happens once a
day. This is the select statement I'm using to generate a random record.
Dim queryString As String = "SELECT Top 1 [tbllinks].[link] FROM [tbllinks]
ORDER BY NEWID()"
Thanks
I need to display a different random record or link each day. I have the
random part working so that if the browser is refreshed a new record will
display. I'm not sure however how to specify that it only happens once a
day. This is the select statement I'm using to generate a random record.
Dim queryString As String = "SELECT Top 1 [tbllinks].[link] FROM [tbllinks]
ORDER BY NEWID()"
Thanks