Ravi Chaudhari
Pages
Home
Contact Me
About
HTML
Search This Blog
Monday, November 15, 2010
How to Redirect in New window
protected void Button1_Click1(object sender, EventArgs e)
{
Page.ClientScript.RegisterStartupScript(this.GetType(), "", "window.open('default.aspx')", true);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment