Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer Event Problem
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Timer Event Problem
Miscellaneous
Thread ID:
00812993
Message ID:
00812993
Views:
41
I am creating a small Web page with VB.Net. The problem is my timer event never gets called. And then I tried
<meta http-equiv="refresh" content="60">
but it only starts the page from the begining...and only runs a few minutes. What can I use to call a method every 60 second to update my page with new information.
Private Sub Timer1_Elapsed(ByVal sender As System.Object, ByVal e As System.Timers.ElapsedEventArgs) Handles Timer1.Elapsed
Dim intRowV As Integer
On Error GoTo CheckErr
UpdateStatusForMeterAndLoad(Me.DropDownList1.SelectedIndex())
Exit Sub
CheckErr:
Err.Clear()
Resume Next
End Sub
Kyle Hebb
Hebb Micro
http://www.hebbmicro.com
Reply
Map
View

Click here to load this message in the networking platform