I have a label called lblMessage. The data of the message is saved in a SQL Server 2005 DB. In my table i have a message ID and then 4 rows with my message ID. Message 1, Message 2, Message 3 and Message 4.
I want my lblMessage to go through a loop every time the user refresh his browser, so that when he refresh it once the next message will be Message 2..... and so on and so on.
How would i do this in VB.NET or C#?
Thanks in advanced!