|
-
Timer
Has anyone figured out the timer control? I wrote a simple page with a label,
button and a timer control. I set the timer interval to 5000 (5 seconds),
the intitial setting for the timer is disabled. I use the button to enable
the timer with "timer1.enabled=true timer1.autoreseset=false". In the Timer1_Elapsed
method I use the code 'me.label1.text="Success"' When I run in debug mode
with a break set on the Timer1.Elapsed method it seems that everything has
worked, the method fires after 5 seconds but the label never changes. Any
ideas?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks