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 Firefox 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?