C
Craig
Hello,
I need to open a new page (target = _blank) for processing form data and
displaying a result from within the codebehind. Ideally, I would like to use
server.transfer("x", true);
The user clicks the "Proccess" button, I do some data manipulation in the
codebehind, then I need to display a new Web page that will further process
and then display the resultant information.
Thanks for your help in advance,
Craig
I need to open a new page (target = _blank) for processing form data and
displaying a result from within the codebehind. Ideally, I would like to use
server.transfer("x", true);
The user clicks the "Proccess" button, I do some data manipulation in the
codebehind, then I need to display a new Web page that will further process
and then display the resultant information.
Thanks for your help in advance,
Craig