Hi everybody,
This is a very useful one for every Project. A simple example is after registration v show a message after that a few second (Manually controlling) redirecting him to his home page.
System.Threading.Thread.Sleep(5000); // after 5 sec
Response.Redirect("http://www.simplyasp.net"); // i'm redirecting him to simplyasp.net
Response.Redirect("http://www.simplyasp.net"); // i'm redirecting him to simplyasp.net
hope it help u some way's
Have a nice day... 'N happy Coding :)
No comments:
Post a Comment