Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
karthikchennai
Starting Member
1 Post |
Posted - 2008-01-04 : 13:34:58
|
Hi all,How to make a certain time delay (Eg:2 seconds) while navigating to next page in C# (EG: Response.Redirect("sdfg.aspx");)Thank You..Karthik.Pkarthik.ponnupaiyan@gmail.comChennai9843492768 |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2008-01-04 : 13:38:28
|
C#Thread.Sleep(2000)sql waitfor delay '00:00:02'_______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenpSSMS Add-in that does a few things: www.ssmstoolspack.com <- new version out |
 |
|
|
|
|