estou fazendo da seguinte forma e não esta funcionando, estou um updatepanel.
string strRelatorio = "<script>window.open('Exibir.aspx', 'Relatorio', 'width=850,height=640,menubar=no,status=1');</script>";
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "Relatório", strRelatorio);