How to referesh ASP page using timer control

K

kai

Hi,
I try to referesh my asp.net 2.0 page every minite using timer control,
but cannot find code for refresh. Please help?

Thanks

Kai
 
N

neilmcguigan

refresh, as in refresh the page that's in the browser? or cache the
page on the server, and refresh the cache every minute?

if the former, you have to do this on the client. it won't work in all
cases - if user disables javascript for example.

method 1: check out the HTTP Meta Refresh tag

method 2. checkout the javascript setTimeout() function

method 3: use a java applet

method 4: use a flash control

cheers

neil
 
K

kai

Thanks

Kai
refresh, as in refresh the page that's in the browser? or cache the
page on the server, and refresh the cache every minute?

if the former, you have to do this on the client. it won't work in all
cases - if user disables javascript for example.

method 1: check out the HTTP Meta Refresh tag

method 2. checkout the javascript setTimeout() function

method 3: use a java applet

method 4: use a flash control

cheers

neil
 
K

kai

It works !!!

Thanks

Kai
refresh, as in refresh the page that's in the browser? or cache the
page on the server, and refresh the cache every minute?

if the former, you have to do this on the client. it won't work in all
cases - if user disables javascript for example.

method 1: check out the HTTP Meta Refresh tag

method 2. checkout the javascript setTimeout() function

method 3: use a java applet

method 4: use a flash control

cheers

neil
 
Joined
Nov 15, 2006
Messages
1
Reaction score
0
can we have refresh from server

is there a method by which the server periodically sends the same page refreshed without the client asking for it?
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top