Auto Page Reload

D

David C

Is it possible to have an aspx page reload every nn minutes? I assume I
would have to do something in Javascript at the client? I want my ASP.Net
application to display running dollars collected and I have the code to do
that in the Page_Load but I need a timed postback. Thanks.

David
 
G

George Ter-Saakov

you can do something like
<script>
window.setTimeout(100, "__doPostBack('dummylinkbutton', '');
</script>

George.
 

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

Members online

Forum statistics

Threads
473,756
Messages
2,569,533
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top