| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Oct 2003
Posts: 3,472
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | [VB.NET] Problem Posting Data Im trying to post data from a VB.NET application to a web form, but its not passing the fields (it is doing a posting request) Not all the code, just the code applicable to the problem. Code: Public Client As New System.Net.WebClient
Public Function HTTPRequest(ByVal URL As String, ByVal postString As String, Optional ByVal Method As String = "POST") As String
Dim serverResponse() As Byte
Dim postBytes As Byte() = System.Text.Encoding.ASCII.GetBytes(postString)
Try
serverResponse = Me.Client.UploadData(URL, Method, postBytes)
' Gets data from server!
Catch ex As Exception
MsgBox(ex.Message, MsgBoxStyle.Critical, ex.Source & " Error")
Exit Function
End Try
Dim responseHTML As String = (System.Text.Encoding.ASCII.GetString(serverResponse))
' Turns server response(in bytes) into a string(HTML)
Return responseHTML
End Function
'Execute function code
Dim postStr As String = "type=100"
Dim submiturl As String = "http://127.0.0.1/posting.php"
response = HTTPRequest(submiturl, postStr) |
| | |
| | #2 (permalink) |
| Domains my Dominion Join Date: Aug 2005 Location: Web 1.0
Posts: 9,556
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Here is an example that should work. Need to add some error handling. PHP Code:
__________________ NameNewsletter.com - free lists of available domain names ZoneFiles.net (beta) - ccTLD and gTLD droplists |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a new direct navigation estimation tool. Need data. | dkh | Domain Name Discussion | 2 | 08-25-2007 11:32 AM |
| 50 Paid Posting Service Listing | lpstong | Free Resources | 2 | 09-08-2006 08:12 AM |
| #1 Bring Power to your Hosting :: UK Redbus + LA Dedicated Servers | blackicehosting | Web Hosting Offers | 0 | 05-11-2005 11:57 AM |