0

Let's say I have a Label on my page. In PageLoad() it's Text parameter is set to "This is my first text".

After, for example, 1 minute I want this Label to change it's text parameter to "This is my second text" (completely automatically, without any interaction of a user with this site).

Any ideas are welcome. AJAX perhaps? How? Thank you!

1 Answer 1

1

You could use a timer like this:

http://dotnetperls.com/timer

Similar question on an AJAX version:

ASP.NET/AJAX - Timer not working correct

Sign up to request clarification or add additional context in comments.

1 Comment

tnx. I found a solution. I'll use AJAX timer control.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.