Hi,
I need code to open the aspx popup page from classic asp page button click .
Thanks in advance...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal JadhavPosted Dec 2, 2014, 7:49 AM
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "tab", "window.open('default.aspx','_blank')", true);
Joginder BangerPosted Dec 2, 2014, 7:40 AM
try this code
void button_click(object sender ,EventArgs e)
{
Response.Write("");
}