Thursday, 25 October 2012

Rediect to another aspx page after few seconds

Code file code:

Response.AddHeader("REFRESH", "5;URL=yourpage.aspx");

No comments:

Post a Comment