timer control in asp.net?

G

Guest

I'm trying to use the timer control but it doesnt matter
what i try - i can't get the elapsed event fire.
I just dropNdroped a timer control and i tryed to set:
timer1.enabled=true
timer1.begininit()
timer1.interval=1000
timer1.start.............

nothing works. I have a vb.net codebehind page that runs a
very big/long sql query for 50 records so I want the
record counter to be a public variable and then use
something like:
private sub timer1_elapsed
' somehow refresh an iframe to show the current record
being updated every x seconds.
end sub
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top