I have a third party application which is mainly a monitoring system that contains a "Refresh Button", which is used for getting the realtime datas from all the other machines. My requirement is that i want to make the refresh happen automatically at given amount of time regularly. Can anyone suggest me how it can be done in any programming language....

Thanks in advance

Ramana Mohan

link|improve this question
feedback

2 Answers

in c# you can use a backgroundworker controled by a timer control.

link|improve this answer
feedback

you can add http-equiv="refresh" content="8;url=http://mywebsite.com/ to body onload

link|improve this answer
feedback

Your Answer

 
or
required, but never shown