ScriptManager.RegisterStartupScript(Page, typeof(Page), "OpenWindow", "Window.Open('Search_Advance.aspx','_blank');", true);
I am using these code to open details in another page onclick of search button in previous page.
Is there any other alternative for these.