Dear Experts,

I am asked to develop a Windows Application that calls to a given web link
(e.g. http://localhost/Test.aspx?id=1234) and catches the returned HTML from
this link (returned from web server of course). I really have no idea on how
to accomplish this. Could you please give me some hints on resolving this or
please indicate any resources/references that I can refer to?

Thanks a lot for your help.
Tigger

--
I am Tigger.

Re: Please help - how to call a web link in a windows form... by Dmytro

Dmytro
Wed May 18 03:55:49 CDT 2005

Hi,

The simplest approach would be to use the System.Net.WebClient class.

--
Sincerely,
Dmytro Lapshyn [Visual Developer - Visual C# MVP]


"Tigger" <Tigger@discussions.microsoft.com> wrote in message
news:6A0688C7-8EAF-4DC3-877C-BE076CF55935@microsoft.com...
> Dear Experts,
>
> I am asked to develop a Windows Application that calls to a given web link
> (e.g. http://localhost/Test.aspx?id=1234) and catches the returned HTML
> from
> this link (returned from web server of course). I really have no idea on
> how
> to accomplish this. Could you please give me some hints on resolving this
> or
> please indicate any resources/references that I can refer to?
>
> Thanks a lot for your help.
> Tigger
>
> --
> I am Tigger.