J
John
Hi
How can I read an html file into a string variable?
Thanks
Regards
How can I read an html file into a string variable?
Thanks
Regards
sloan said:I'm gonna assume you mean..over the internet/wire?
http://msdn2.microsoft.com/en-us/library/fhd1f0sw.aspx
WebClient for 2.0 or greater.
1.1 , check out the HttpHelper class ( custom solution)
http://groups.google.com/groups/search?hl=en&q=HttpHelper+sloan
John said:How can I read an html file into a string variable?
'My.Computer.FileSystem.ReadAllText'.