From: non3333 on 22 Apr 2010 23:14 I'm used to using the msxml library to post data to a form handler on a webserver. Can anyone tell me the comparable .net class to use to get the same thing done using Visual Basic.net 1.1? In other words : What is the .net class and code I can use with VB to post a form to a webserver and get a response? In the most simple way as code behind the form? Thanks.
From: Patrice on 23 Apr 2010 07:03 Hello, > using Visual Basic.net 1.1? Unless you are really stuck to this one, you may want to consider upgrading ? > In other words : What is the .net class and code I can use with VB to > post a form to a webserver and get a response? You can send http request to a server using System.Net.WebClient for simple needs or System.Web.HttpWebRequest if you need to have more detailed control... -- Patrice
|
Pages: 1 Prev: ASP table background color Next: Setting Event Log Size setting |