Forgive me if this is a stupid question. I am not very experienced with Web programming. I am implementing the payment component of my .net mvc application. The component in
You'll want to use the HttpWebRequest class. Be sure to set the Method property to post - here's an example.