B
Brad
Hi There
I have a small ASP (C#) site (.net 2.0). In it, I have a page with some
text forms on it. I can post them in the straight HTML, but am having
difficulty in posting those fields to an external, 3rd party site. I need
to do the work within the C# code as the final data needs to be manipulated
before sending to the external site. I've been trying to play with the
HttpWebRequest class, but I don't think I am using it correctly. I've also
tried the request.redirect method, but my data values do not appear to get
sent over.
Any suggestions?
I have a small ASP (C#) site (.net 2.0). In it, I have a page with some
text forms on it. I can post them in the straight HTML, but am having
difficulty in posting those fields to an external, 3rd party site. I need
to do the work within the C# code as the final data needs to be manipulated
before sending to the external site. I've been trying to play with the
HttpWebRequest class, but I don't think I am using it correctly. I've also
tried the request.redirect method, but my data values do not appear to get
sent over.
Any suggestions?