http post on asp.net

G

guoqi zheng

For a credit card payment process, I need to do http post to post a xml
message.

In traditional ASP, I can use Msxml2.XMLHTTP.

What can I do in ASP.NET to do http post?

regards,

Guoqi Zheng
http://www.ureader.com
 
B

bruce barker

see the webclient class.


-- bruce (sqlwork.com)

| For a credit card payment process, I need to do http post to post a xml
| message.
|
| In traditional ASP, I can use Msxml2.XMLHTTP.
|
| What can I do in ASP.NET to do http post?
|
| regards,
|
| Guoqi Zheng
| http://www.ureader.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top