Adding timer control ot form

  • Thread starter Thread starter Colin Graham
  • Start date Start date
C

Colin Graham

Hi there,

Havent done much of this HTML / ASP.NET development so i hope someone
can help.

Basically i need to create some type of timer on my page and display 4
different labels with a message every 7 seconds. finally i need to
call a function at the end of the 28 second phase.

not sure about how to go about this i.e., should i use the meta
refresh and set a count or something ????

Thanks in advance

Colin
 
Check out the JavaScript setTimeout() function.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Timer of Form 4
Postback using a timer 1
Timer in ASP.Net 5
Timer Control 2
timers 3
Timer Control Delay 2
Update text property of asp label control on a webform 1
Events on a Timer 4

Back
Top