I am using C# and ASP.Net to develop a web application.
I want to call another web form from one web form. But the second web form should get open in a new browser window.
I am using the following code.
Response.Redirect("Preview.aspx");
It opens the web form <Preview.aspx> but in the same browser window...
Pl. help....Any help is greatly appreciated...
Thanks a lot....
I want to call another web form from one web form. But the second web form should get open in a new browser window.
I am using the following code.
Response.Redirect("Preview.aspx");
It opens the web form <Preview.aspx> but in the same browser window...
Pl. help....Any help is greatly appreciated...
Thanks a lot....