Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

c# equivalent

Status
Not open for further replies.

maneland

Programmer
Mar 24, 2006
24
ES
I would like to know the c# equivalent code of the code below:

set xmlhttp = server.CreateObject("MSXML2.ServerXMLHTTP")
xmlhttp.open "POST", servletURL, false
xmlhttp.send "pXML=" & pXML & "&pCall=" & pCall
ReturnedXML = xmlhttp.responseText
set xmlhttp = nothing
response.write ReturnedXML

Thanks in advance
 
the errors???

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top