AstroPower
Programmer
How is it possible to invoke POST method with MSINET.OCX
control in a Visual Basic application?
We tried to use Inet.Execute method in this way:
Inet.Execute myURL,"POST","param1=value1¶m2=value2"
but ASP page doesn't retrieve any parameters. It seems that the ASP gets empty inputs
Have any ideas?
control in a Visual Basic application?
We tried to use Inet.Execute method in this way:
Inet.Execute myURL,"POST","param1=value1¶m2=value2"
but ASP page doesn't retrieve any parameters. It seems that the ASP gets empty inputs
Have any ideas?