I'm hoping this is a simple problem...
I tend to make use of Response.Redirect to navigate between pages within my web application.
In a few instances I want to be able to navigate to a different page - but in the scope of a new browser window.
How can I do this?
I want this to happen when the user clicks a standard asp button control.
I'm using ASP.NET with C# code.
Any help would be appreciated.
Thanks
Steve
I tend to make use of Response.Redirect to navigate between pages within my web application.
In a few instances I want to be able to navigate to a different page - but in the scope of a new browser window.
How can I do this?
I want this to happen when the user clicks a standard asp button control.
I'm using ASP.NET with C# code.
Any help would be appreciated.
Thanks
Steve