AutoRefresh an aspx-page
-
How can I set a ’timer’ that my aspx-page will refresh every 30 seconds?
_____________________________ ...and justice for all APe
-
How can I set a ’timer’ that my aspx-page will refresh every 30 seconds?
_____________________________ ...and justice for all APe
Only one way, by writing javascript that sets off a timer and redirects the page to itself
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
How can I set a ’timer’ that my aspx-page will refresh every 30 seconds?
_____________________________ ...and justice for all APe
Adding to CGs post, you may also try Meta Refresh[^].
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
How can I set a ’timer’ that my aspx-page will refresh every 30 seconds?
_____________________________ ...and justice for all APe
I got this: Response.AddHeader("Refresh", "30");
_____________________________ ...and justice for all APe
-
Adding to CGs post, you may also try Meta Refresh[^].
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
In html header add the following tag then that page will refresh in every 30 seconds.
smile :-)