15 seconds and forward

  • Thread starter Thread starter Viktor Popov
  • Start date Start date
V

Viktor Popov

Hi,

I would like to ask if someone knows how could be accomplished that:
When a user goes to WebForm1, he/she stays ther for 15 sec and that
automatically goes to WebForm2?

Thank you in advance!

Viktor
 
easiest to do is using pure html for that :)

<META HTTP-EQUIV="refresh" CONTENT="15"; URL=WebForm2.aspx">
 
Thanks for the reply!
Could you give me another example in C#, because the WebForm2 could be
different everytime.

Regards,

Viktor
 

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

Back
Top