how do I read this URL
http://lara-beach.de/PosXMLReqHotelInfo.php?htc=AYTLIND
with ASP.NET and VB?
Thank you for your feedback.
how do I read this URL
http://lara-beach.de/PosXMLReqHotelInfo.php?htc=AYTLIND
with ASP.NET and VB?
Thank you for your feedback.
Maybe I don't understand the question, but you can read XML in VB.NET in a variety of ways.
You can use Linq to XML or you can use the XML namespace directly.