Board index » Web Programming » Validation and posting to another site
|
dj_google
|
Validation and posting to another site
Web Programming198
I'm having trouble figuring out the best way to post to another site. I have an aspx that collects information from the user, including credit card info, etc. I need to perform validation on what I'm collecting, so I'd like to take advantage of using server-side controls, but validation is performed and a record or two are created in table, I need to post SOME of the data from the aspx to another site (Verisign) for credit card processing. Then I need to receive some information posted from Verisign to another page on my site (which displays an order confirmation page). I was able to do this just fine in classic ASP, but I'm at a loss with ASP.NET. Using C#. Any takers? Thanks in advance! Scott - |
