PC Review


Reply
Thread Tools Rate Thread

C# Web set time out question

 
 
Jason Huang
Guest
Posts: n/a
 
      11th May 2007
Hi,

I just started my C# Web application.
In the Response.Redirect("frm2.aspx"), how do I set a 3 seconds timeout so
that I can stay at frm1.aspx 3 secondes then go to frm2.aspx?
Thanks for help.


Jason


 
Reply With Quote
 
 
 
 
Diego Jancic
Guest
Posts: n/a
 
      11th May 2007
Hi,
You can't do this that way, you must add the following tag on your
page header (in frm1.aspx):

<meta http-equiv="refresh" content="3;url=frm2.aspx">

.... where 3 is the number of seconds to wait..

Diego

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
i need more help with this time question saltnsnails Microsoft Excel Misc 5 12th Jan 2009 01:20 PM
One question about Windows Time Synchronize with Internet Time Ser =?Utf-8?B?WGl5YW5nZmFuZ3pp?= Windows Vista General Discussion 0 22nd May 2007 02:32 AM
Time Question DS Microsoft Access Form Coding 7 15th Nov 2006 05:47 PM
Re: Time Question Norman Harker Microsoft Excel Worksheet Functions 0 20th Jul 2004 05:51 PM
Time Question Scooterdog Microsoft Excel Worksheet Functions 2 27th Jul 2003 03:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:35 PM.