Post Redirect to URL with post data
I am working on a post redirect for a payment provider and trying to pass form data to their secure URL. I am doing this in kentico 8 by using their custom payment gateway method as shown here https://docs.kentico.com/display/K8/Creating+a+custom+payment+gateway So in the custom payment class I prepared the data to be passed to the payment provider in a 'Form' format with hidden fields using this tutorial http://www.codeproject.com/Articles/37539/Redirect-and-POST-in-ASP-NET However I am not able to figure out on how to redirect to the secure URL with the form data? Here is my code so far. I