Interacting With Web Sites in Code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

The following URL a has a video entitled "Interacting With Web Sites in
Code." The video explains exactly what I am trying to do which is to
directly communicate with a website and programmatically post data to a web
page and examine the response. Can anyone direct me to where I might find
the code used in the video?

http://msdn.microsoft.com/vbasic/atthemovies/web/default.aspx

Thanks,

LS
 
Not sure about the video... but you might want to take a look at the
httprequest and httpresponse objects in System.Web.
 
Back
Top