Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Differencing between post and coding a post
Message
From
26/02/2013 19:05:01
 
 
To
26/02/2013 18:44:22
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01566995
Message ID:
01566997
Views:
50
This message has been marked as a message which has helped to the initial question of the thread.
>
>            ' Prepare Web request
>            loHttpWebRequest = System.Net.HttpWebRequest.Create(cLoginUrl)
>            loHttpWebRequest.Method = "POST"
>            loHttpWebRequest.KeepAlive = True
>            loHttpWebRequest.ContentType = "application/x-www-form-urlencoded"
>            loHttpWebRequest.ContentLength = loByte.Length
>            loHttpWebRequest.CookieContainer = loCookieContainer
>
How about something like whatever the syntax equivalent is of:
cLoginUrl.addString("&fromcode=1")
?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform