D
Deb M.
I am trying to find out how I can use the ASP.net framework yet still
post the variables to an external script (not ASPX) after the form has
been submitted. So, the ASPX page will still post to itself, but then
I need to transfer the variables to another page. I need to do this
transfer using the POST method and not the GET method.
I tried user Server.Transfer("http://localhost/test.asp") but it
retuns an error of "System.Web.HttpException: Error executing child
request"
Any ideas on how to do this?
Any help is appreciated!
Debbie
post the variables to an external script (not ASPX) after the form has
been submitted. So, the ASPX page will still post to itself, but then
I need to transfer the variables to another page. I need to do this
transfer using the POST method and not the GET method.
I tried user Server.Transfer("http://localhost/test.asp") but it
retuns an error of "System.Web.HttpException: Error executing child
request"
Any ideas on how to do this?
Any help is appreciated!
Debbie