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
 
Back
Top