Automatically reload an asp.net web page

  • Thread starter Thread starter dvo
  • Start date Start date
D

dvo

How do I automatically reload the page, let say after
every 10 seconds ?

Thanks,
Dinh Vo
 
Hello

<meta http-equiv="refresh" content="10" >
Best Regards

Sherif ElMetainy
 
You can have the client refresh on a regular basis with a meta tag like
this:
<META HTTP-EQUIV="refresh" CONTENT="3">
That will cause the browser to refresh every 3 seconds.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top