K
Kevin Audleman
Hi,
I've got a page with a form that submits to another page on my site
where I parse the data. I then want to transfer to an external page on
another company's website with the form data. I thought I could use
Server.Transfer, but that's only for internal pages. Response.Redirect
doesn't appear to pass on the form data. Is there some way I can do
this?
Thanks,
Kevin
I've got a page with a form that submits to another page on my site
where I parse the data. I then want to transfer to an external page on
another company's website with the form data. I thought I could use
Server.Transfer, but that's only for internal pages. Response.Redirect
doesn't appear to pass on the form data. Is there some way I can do
this?
Thanks,
Kevin