J
JPabich
Here is my dilema. I need to open a new web page from my application,
but instead of using a Response.Redirect, I need to open this in a new
window. Before doing this, I need to validate the page and then
construct the page location to open, adding on the parameters that
need to be tagged on to the http address. Is there any way to do
this?
I need this all within a button click event.
but instead of using a Response.Redirect, I need to open this in a new
window. Before doing this, I need to validate the page and then
construct the page location to open, adding on the parameters that
need to be tagged on to the http address. Is there any way to do
this?
I need this all within a button click event.