Groups | Blog | Home
all groups > asp.net webservices > june 2008 >

asp.net webservices : internet transfer control for asp.net


Web Search Store
6/2/2008 12:59:10 PM
Hello,

I wonder if there is a control that can be used in asp.net scripts
equivalent to what used to be the 'internet transfer control' in vb6.

I believe there is. Could anyone point me to information on it, or an
example would be better.

Thanks.

Scott

Web Search Store
6/2/2008 2:56:46 PM
Thanks a lot.. I'll look at it.

Scott
[quoted text, click to view]

Peter Bromberg [C# MVP]
6/2/2008 4:18:50 PM
Have a look at the WebClient class which resides in the System.Net
namespace. If you need more complex functionality, then HttpWebRequest /
HttpWebResponse.
Peter

[quoted text, click to view]
Michael Nemtsev [MVP]
6/2/2008 9:56:01 PM
Hello Web,

There is no such control in .net. The most closest is WebBrowser control,
but it mostly for winforms

I'd recommend to do everything manually via (Http/Ftp)WebRequest/Response

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


WS> Hello,
WS>
WS> I wonder if there is a control that can be used in asp.net scripts
WS> equivalent to what used to be the 'internet transfer control' in
WS> vb6.
WS>
WS> I believe there is. Could anyone point me to information on it, or
WS> an example would be better.
WS>
WS> Thanks.
WS>
WS> Scott
WS>

AddThis Social Bookmark Button