how to refresh the asp.net Label every second automatically using Java script instead ajax?
how to refresh the asp.net Label every second automatically using Java script instead ajax?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ajax is javascript in combination with a webrequest, so if you don’t want to use ajax but only javascript the data has to come from somewhere else…
Put this at the end of your page and replace Label1 with the name of your Label for a nice working digital clock: