HTTP Automatic Refresh

F

Fabiano

Please,

I need refresh automatically my asp.net page into an interval of 30 seconds.
But i need that this refresh fires a postback event so i could manage it.

Any idea?

tks in adv.

Fabiano
 
J

jfujino

You could do it with some JavaScript to force a document.form.submit
however if you just need to differentiate between an initial load and a
programmatic reload you might want to consider setting a meta refresh
tag with a redirection to the same page but with a QueryString
attribute of your choosing. Then you could check for the QueryString
attribute in the PageLoad event.

Sorry if this doesn't help.

Sincerely,
James Fujino
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top