|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How do I convert this ASP code snippet to ASP.NET?
What would be the best way to convert the following ASP code to ASP.NET?<br><br>'Create XMLHTTP Object<br>set xml = Server.CreateObject("Microsoft.XMLHTTP")<br>xml.open "POST", "https://secure.authorize.net/gateway/transact.dll?" _<br> & data & "", false<br>xml.send ""<br>Status = xml.Status<br>Val = xml.responseText<br>set xml = nothing
|
|
#2
|
|||
|
|||
|
(bah stupid vBulletin doesn't like the URL value)
Here it is as text instead of a link since vBulletin kept injecting additional code into the URL. http://samples.gotdotnet.com/quickstart/util/srcview.aspx?path=/quickstart/howto/samples/net/WebRequests/clientPOST.src Last edited by Andrew : July 5th, 2003 at 03:48 AM. |
|
#3
|
|||
|
|||
|
BTW... My dotNetBB Forums don't have that same problem understanding long links like that. ;-)
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > How do I convert this ASP code snippet to ASP.NET? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|