Ok--I've got a project where I've got to load the HTML response form a URL into a string, then strip out key parts of the page.
In VB 6.0 I used an object called ASPTear which took a URL and returned the HTML as a string. I figuired that .NET might have such an item built in, but looking through the .NET online help, didn't see anything (lost of stuff for producing HTML, but didn't see anything that took a URL and returned the page).
Any help appreciated,
-Tim
In VB 6.0 I used an object called ASPTear which took a URL and returned the HTML as a string. I figuired that .NET might have such an item built in, but looking through the .NET online help, didn't see anything (lost of stuff for producing HTML, but didn't see anything that took a URL and returned the page).
Any help appreciated,
-Tim