Hi,

I have a .net windows application and I need to open a web page (asp page), the page only returns one word at the top left of the page. I need to read the one word it returns within my windows applicaiton code. I understand that I can use the webclient class but do not know which method to use to return the text on the web page.

Thanks for any help,

Chris