ASP.Net, C# We use the following Post method to charge credit card
without leaving our website. It is working perfectly. WebClient wc = new
WebClient(); NameValueCollection form = new NameValueCollection();
form.Add("x_login", _loginId); ... Byte[] r...