Manually trigger postback in asp.net

T

Terence McGhee

Hello. All I want to do is have my web app display a page with an
animated gif on it. After a certain timespan, I want that page to
redirect the user to another page. So, in effect, I can display a
progress bar of sorts. The problem is that timers don't work for this,
nor do custom events. I'm guessing that if I manually forced a
postback, I could catch that in the Page_Load method and do the
redirect there. I'm using c#. Thank you.
 
L

Lucas Tam

(e-mail address removed) (Terence McGhee) wrote in
I'm guessing that if I manually forced a
postback, I could catch that in the Page_Load method and do the
redirect there.

You'll need to use javascript to auto-submit a form.
 

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

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top