overcloked Posted July 6, 2006 at 11:28 AM Report #36548 Posted July 6, 2006 at 11:28 AM Boas, gostaria de saber se em ASP.net existe algum tipo de timer como existe em VB.net? Por exemplo qual a solução se quiser fazer um relogio digital que faça o refrescamento de segundo a segundo? Tks in advance
seesharptec Posted July 6, 2006 at 12:55 PM Report #36567 Posted July 6, 2006 at 12:55 PM Basicamente teras que utilizar javascript para fazer isso <script> window.setTimeout( Nome da Função ( parametros ), Tempo para refrescar) <script/> Depois na função faz o que tens a fazer SeeSharpTec
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now