stream read from uri

  • Thread starter Thread starter Kun
  • Start date Start date
K

Kun

Dear all,

I want to create a simple app. to read content of a website.

Which name space should I use?
How to start :)

Regards,
Kun
 
Kun said:
Dear all,

I want to create a simple app. to read content of a website.

Which name space should I use?
How to start :)

System.Net.WebClient. There are several examples in the
..NET Framework SDK documentation

-c
 
Okay now it works.
But I got problem when if I open my page:

test.asp?lang=kh

Then I didn't get the actual html like internet explorer source code.

How to deal with this problem?

Regards,
Kun
 
Back
Top