Pro VB.NET 2002/2003For advanced Visual Basic coders working .NET version 2002/2003. Beginning-level questions will be redirected to other forums, including Beginning VB.NET.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro VB.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Everytime you browser goes to a site it sends HTTP request to the web server to request that page. Within this request there are three elements. Each element contains different information. What information are you looking for?
Hi,
Let me see if I can explain this a little better. I have solved my problem. I dont know if its the best solution. I had to send and XML string to another site. I don't think the other site is asp.net page. So here was my solution. Please forgive the display.
I would like to do this server side because of the session variables. I saw some info on HttpWebRequest and HttpWebResponse and thought I could try that but I ran out of time. If you know of a better way please share. Thanks Alot!
I don't know what your trying to do. I tried to use your code to see but nothing happened when I put it into a html page. I went to the http:\\www.someaddress.com but it did not show anything at all.