I have an MVC application that I need to countdown a certain number of time (The user will not see this time). At the end of this period of time, the user will be presented a button. This button will refresh the page.
I guess I could start by creating a
<input id="bID" name="bID" visible="false"/>
Button. But I need a countdown for that period of time and then I can set the visible to true. How can I do that?
I have was using this tool countdown countdown…
Any advice on how to do this?
You can use javascript. When your page loads, you can fire the timer and it will display your button to the user.