The best way to refresh my .aspx site with a Timer in C#?
Posted
by radbyx
on Stack Overflow
See other posts from Stack Overflow
or by radbyx
Published on 2010-06-11T14:08:21Z
Indexed on
2010/06/11
14:12 UTC
Read the original article
Hit count: 215
I have a default.aspx page that needs to be refresh every 10 sec.
My solution so far is a javascript function, but it only works in firefux and not IE.
I'm looking for a way to handle the refresh mecanism in the default.aspx.cs page instead, with some sort of Timer.
Any good simple sugestions/hints or solutions out there that can lead me in the right direction?
© Stack Overflow or respective owner