B
bill
I would like to click a button on my web form and have the response
displayed in a new browser. The initial browser remains open with the
original content.
This is for displaying reports, so the user can modify their parameter
selection in a web form, view the results in a new page, and compare it to
other output screens.
I'm doing it now using client-side javascript, but I would rather do it in
the code-behind, because it is easier to maintain.
I looked for a way with response.redirect, but I couldn't find anything.
I would appreciate any input.
Thanks
Bill
displayed in a new browser. The initial browser remains open with the
original content.
This is for displaying reports, so the user can modify their parameter
selection in a web form, view the results in a new page, and compare it to
other output screens.
I'm doing it now using client-side javascript, but I would rather do it in
the code-behind, because it is easier to maintain.
I looked for a way with response.redirect, but I couldn't find anything.
I would appreciate any input.
Thanks
Bill