For Example:
Response.Write("<h3>Please wait...</h3>");
Response.Flush();
//Lengthy Operation
string RedirectUrl = "<script language=javascript>window.location = \"done.aspx\";</script>";
Response.Write(RedirectUrl);
Response.End();
Response.Write("<h3>Please wait...</h3>");
Response.Flush();
//Lengthy Operation
string RedirectUrl = "<script language=javascript>window.location = \"done.aspx\";</script>";
Response.Write(RedirectUrl);
Response.End();
No comments:
Post a Comment