How to open a new window using server.transfer method. [modified]
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am using MasterPage and contentpage in my project. I have declared the form element in the masterpage and inside the form i have placed the contentplaceholder. Now i have a button in the content page which uses server.transfer method to transfer control to another file along with data. But i need to do open the page in a new window. Is there any option to do it so. If we assign form's target to blank will it open in a new window. If so how to assign target value of the form element in a content page button click.
modified on Saturday, March 14, 2009 2:24 AM