Re: Timer Not Working - Can Anyone Explain Why and How to fix?
- From: Scott Allen <scott@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 11 Jan 2006 21:52:48 -0500
On Wed, 11 Jan 2006 17:58:53 -0600, "Sir Bill"
<SirBillofLanenet@xxxxxxxxxxxxx> wrote:
>I can not seem to get a system timer to work for me. Here is the code both
>the aspx and aspx.vb file. The textbox displays "Timer Started" and never
>anything else. What am I missing?
>
>
A web page tries to execute as quickly as possible, and then it's done
and gone. It's not like a Windows form, that sticks around, takes user
input, and waits for timers. It is born, it renders, it's gone...
--
Scott
http://www.OdeToCode.com/blogs/scott/
.
- References:
- Timer Not Working - Can Anyone Explain Why and How to fix?
- From: Sir Bill
- Timer Not Working - Can Anyone Explain Why and How to fix?
- Prev by Date: Re: Timer Not Working - Can Anyone Explain Why and How to fix?
- Next by Date: Re: Non persistent cookie timeout?
- Previous by thread: Re: Timer Not Working - Can Anyone Explain Why and How to fix?
- Next by thread: how to access user control in aspx file
- Index(es):
Relevant Pages
|