I want to use a timer to update a label on my .aspx page OnTimedEvent.... Dim x as integer x = val(me.lblTime.text) x += 1 me.lblTime.text = x the label value updates if I look at the values during debugging; however, the asp page does not update.:confused:
mtm88001
Posts
-
label will not update -
Java Script doesn't run before server.transferThanks for the code.:-O
-
Java Script doesn't run before server.transferYou da man. After six hours of google, 100's of attempts at different code I find salvation. Thanks
-
Why women are stupidMan asked his wife, why did god make you so beautiful and so stupid at the same time. Thats easy she replied, god made me beautiful so you would marry me and god made me stupid so I would marry you.:-D
-
Another win for evolutionMaking a human DNA code through evolution is like throwing 0's and 1's until you get Windows 98. ...maybe thats why 98 was so unstable.:zzz:
-
Java Script doesn't run before server.transferI am using a javascript alert as a msgbox temp = " alert ('Login Required'); " page.registerstartupscript("login",temp) script works fine until I add server.transfer("login.aspx") the transfer works and the script doesn't execute Any Ideas on how to force the script to run first then the transfer
-
Java Script doesn't run before server.transferI am using a javascript alert as a msgbox temp = " alert ('Login Required'); " page.registerstartupscript("login",temp) script works fine until I add server.transfer("login.aspx") the transfer works and the script doesn't execute Any Ideas on how to force the script to run first then the transfer