Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automatic Postback every 30 seconds?
Message
From
11/05/2004 10:39:36
 
 
To
All
General information
Forum:
ASP.NET
Category:
Web forms
Title:
Automatic Postback every 30 seconds?
Miscellaneous
Thread ID:
00902825
Message ID:
00902825
Views:
83
Hi,

I need to have my web form postback every 30 seconds. I previously used a Refresh every 30 seconds via:
  Private void Page_Load(….
  {
     Response.AppendHeader(“Refresh”, “30”)
  }
This worked fine until my page grew in size. Now I need to scroll down to see everything and the Refresh does not respect my scrolled to position. I found a great piece of java that will respect my "scrolled to" position after a postback but not a Refresh. So… this is why I am looking to “refresh” my page via a postback rather than a Refresh.

I was hoping that someone could provide me with a little example of how I can set up a 30 second timer on my web form that would active a postback.

Thanx,
Neil
Next
Reply
Map
View

Click here to load this message in the networking platform