When not processing an asynchronous callback through the WebAsyncRefreshPanel, the following code will tell the browser to navigate to a different page:
In C#:
Response.Redirect("NewPage.aspx", true);
LiteralControl c = new LiteralControl("");
this.WebAsyncRefreshPanel1.Controls.Add(c);
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment