How do i refresh a page??

  • Thread starter Thread starter Ebrahim
  • Start date Start date
E

Ebrahim

hi guys i display live data on my aspx page . So i need to refresh it
every 3 mins or so ... Any idea how ??

Ebrahim Bandookwala

ebrahimbandookwala_at_gmail.com
 
(e-mail address removed) (Ebrahim) wrote in
hi guys i display live data on my aspx page . So i need to refresh it
every 3 mins or so ... Any idea how ??

Use a Javascript Refresh
 
hi guys i display live data on my aspx page . So i need to refresh it
every 3 mins or so ... Any idea how ??

<meta http-equiv="refresh" content="600">

-Darrel
 
Use javascript or just use meta refresh
like
<meta http-equiv="refresh" content="600">
600 here is in seconds
The page will refresh itself after that time

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
 

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