|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How do you code a method = post in VB
I have to send data to another domain/url via the post method. If the url name is https://theirwebaddress.com and I need to send two text fields first and last name.
How would you code this in VB.net Thanks |
|
#2
|
||||
|
||||
|
look here in the Example Code, it's exactly what you need:
http://msdn.microsoft.com/library/d...methodtopic.asp edit: sorry, that was .NET - for VB version look in the Accepted Answer here: http://www.experts-exchange.com/Pro...Q_21111980.html the most relevant code is this: Code:
xmlHttp.Open "POST", "http://localhost/webservice1/service1.asmx", False Last edited by Shadow Wizard : November 5th, 2005 at 05:05 PM. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > How do you code a method = post in VB |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|