PHP its pretty simply to retrieve information from a different page that sends a postback but i dont' know how to go about doing this in ASP.NET
Here's what i'm trying to do....
I'm using a Merchant account with CCBill and they offer a POSTBACK method of retrieving the information from the client after they have submitted a payment. Here's what is suppose to happen...
I have a signup form and the user fills out the signup form, then hits Submit and this information is submitted to their end and they retrieve it (i have this part working since i just use a <form> submittal and it submits correctly to them. And then they submit the information back to a page i provide that is suppose to retrieve all this data from a postback so i can then do a SQL Insert and add this information to my SQL database.
Now what i need to know how to do is:
Once they POSTBACK the information to me with values such as "amount" or ...
Go to the complete details ...