How to refresh a web page programmatically?

  • Thread starter Thread starter dabingyoutiao
  • Start date Start date
D

dabingyoutiao

HI. I just started to writer my first asp.net web application. Could
any one tell me how to refresh the web page programmatically?The
language I am using is C#. I know this question is too simple.
:oops: But your kind assistance could save my time. :lol: Thanks a
lot.
 
You could a meta tag to your header: <meta http-equiv="Refresh"
content="10"> Refreshes every 10 seconds.

Rick

dabingyoutiao said:
HI. I just started to writer my first asp.net web application. Could
any one tell me how to refresh the web page programmatically?The
language I am using is C#. I know this question is too simple.
:oops: But your kind assistance could save my time. :lol: Thanks a
lot.



----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption
=---
 
Back
Top