Hi, I'm relatively new to vb.net. I just created an simple Electronic Raffle web application via Visual Studio 2005. It's working just fine since it just basically returns a random winning entry queried from an SQL Server database.
However, to make the raffle draw more "dramatic", I would like display random entries before actually displaying the winner. I tried creating a for-loop which displays random numbers before displaying the winning entry but only the end result (winning entry) is displayed.
I even tried to display an animated gif file then hide it again before displaying the winning entry but only the winning entry is displayed when I click on the "Draw Winning Entry" button.
Is there a way to set the sequence of events in a web browser such that the program should display the image first then hide it after 5 seconds then display the winning entry afterwards? I'll appreciate any suggestion. Thanks!
However, to make the raffle draw more "dramatic", I would like display random entries before actually displaying the winner. I tried creating a for-loop which displays random numbers before displaying the winning entry but only the end result (winning entry) is displayed.
I even tried to display an animated gif file then hide it again before displaying the winning entry but only the winning entry is displayed when I click on the "Draw Winning Entry" button.
Is there a way to set the sequence of events in a web browser such that the program should display the image first then hide it after 5 seconds then display the winning entry afterwards? I'll appreciate any suggestion. Thanks!