Hi,
I am trying to integrate 3D Secure to my customer's e-shop. I need to post some data to 3DGate and get the returned result from it.
I have used WebRequest for this, i have posted the data successfuly but the returned data is an Html Text which has a form in it and some inputs in the form. I need to read these values like Request.Form.Get("HashParams")
but because of being just a string i couldn't do it.
Is there any way that i can get these form values.
*I am doing this WebRequest in the btnPayment_Click Event*
Thanks