I have a form where I need to send the values of the fields to a different
server. PostBackURL doesn't do this unless the target page is on the same
server. Same with the standard POST method.
Is the only option to use GET to put the values in a querystring? I'm trying
to avoid this for security reasons.
Thanks!
Doug
server. PostBackURL doesn't do this unless the target page is on the same
server. Same with the standard POST method.
Is the only option to use GET to put the values in a querystring? I'm trying
to avoid this for security reasons.
Thanks!
Doug