Hits Today: 1 Total: 3367 | Updated: 6/30/2003 | |
 | As a web developer you need to grab the HTML content of the Web page. The WebResponse and WebRequest Abstract classes, that provided by the .NET Framework, can be used for accessing information over the Network (Internet). Author: Eng. Samer Nazzal Code: ASP.NET v1.0 |
Hits Today: 2 Total: 885 | Updated: 3/2/2006 | |
 | This tutorial will show you how to retrieve an external webpage using the .NET System.Net class, ASP.NET 2.0 and VB.NET
Author: Aspnettutorials Code: ASP.NET v2.0 & VB |
Hits Today: 2 Total: 806 | Updated: 3/3/2006 | |
 | This tutorial will show you a simple way to retrieve an external webpage using ASP.NET 2.0 and C#.NET. Includes a full working version of the project written with Visual Studio.NET 2005. Author: Aspnettutorials Code: ASP.NET v2.0 & C# | |  | |
Hits Today: 1 Total: 560 | Updated: 3/13/2006 | |
 | This tutorial will show you how to ping hosts on the network using System.Net, System.Net.NetworkInformation, System.Text and C#.NET 2.0. Includes a
full working version of the project written with Visual Studio.NET 2005. Author: Aspnettutorials Code: ASP.NET v2.0 & C# |
Hits Today: 1 Total: 543 | Updated: 3/16/2006 | |
 | This tutorial will show you how to include ping options when pinging a hostname/ip using the .NET System.Net class, ASP.NET 2.0 and VB.NET. Includes a full working version of the project written with Visual Studio.NET 2005. Author: Aspnettutorials Code: ASP.NET v2.0 & VB |
Hits Today: 1 Total: 540 | Updated: 3/21/2006 | |
 | This tutorial will show you how to ping a hostname/ip using the .NET System.Net class, ASP.NET 2.0 and VB.NET. Includes a full working version of the project written with Visual Studio.NET 2005.
Author: Aspnettutorials Code: ASP.NET v2.0 & VB |
Hits Today: 1 Total: 500 | Updated: 3/22/2006 | |
 | This tutorial will show you how to ping a hostname/ip using the .NET System.Net class, ASP.NET 2.0 and C#.NET. Includes a full working version of the project written with Visual Studio.NET 2005. Author: Aspnettutorials Code: ASP.NET v2.0 & C# | |  | |
Hits Today: 1 Total: 3006 | Updated: 11/15/2001 | |
 | Quite often you want to know who owns a given domain. To obtain the registry information, you go to the respective registry (DENIC, Network Solutions etc.) and start a so called WHOIS query (lookup). Author: Christoph Wille Code: ASP.NET Beta 1 & VB |
Hits Today: 1 Total: 3423 | Updated: 6/14/2002 | |
 | C# source code file I wrote to access the serial ports using the win32api. In order to use it, you would create a instance of the CommPort class, set the various properties such as BaudRate, Parity etc. then... Author: Justin Harrell Code: ASP.NET v1.0 & C# |
|