Response.redirect("mypage.aspx",false);
Thank you for posting at Dotnetfunda [Administrator]
Thanks & Regards, Shailesh
<asp:TextBox id="Textbox" runat="server" onfocus="javascript:window.open('second.aspx');" />
string str = "second.aspx"; ScriptManager.RegisterClientScriptBlock(this, GetType(), "window", "window.setTimeout(\"window.open('" + str + "')\",0);", true);
Login to post response