1
Answer

How to show search details in another page from another page

Photo of Hussain Javed

Hussain Javed

9y
754
1
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. 

Answers (1)