ITking2009
Programmer
hi,
I need to convert a vb6 app to c#/asp.net application. One of the functions in that app is to send an xml to a server. I didnt know how to proceed so thought of checking with the experts
Here' the vb code
Set XMLHttpRequest = New MSXML2.XMLHTTP40
XMLHttpRequest.Open "GET", g_FeedURL, True, sUsername, sPassword
XMLHttpRequest.setRequestHeader "Synchronous", "False"
XMLHttpRequest.setRequestHeader "Content-Type", "text/xml"
XMLHttpRequest.setRequestHeader "Accept-Language", "en-US"
dtStart = Now
XMLHttpRequest.send
any help is appreciated.
thanks.
I need to convert a vb6 app to c#/asp.net application. One of the functions in that app is to send an xml to a server. I didnt know how to proceed so thought of checking with the experts
Here' the vb code
Set XMLHttpRequest = New MSXML2.XMLHTTP40
XMLHttpRequest.Open "GET", g_FeedURL, True, sUsername, sPassword
XMLHttpRequest.setRequestHeader "Synchronous", "False"
XMLHttpRequest.setRequestHeader "Content-Type", "text/xml"
XMLHttpRequest.setRequestHeader "Accept-Language", "en-US"
dtStart = Now
XMLHttpRequest.send
any help is appreciated.
thanks.