|
|
| HTTP Functions [+] Favor-It | |
| |
 |
| | Sort By:
|
The WebClient class allows you to create ASP.NET pages which send and receive data from any URI resource and is pretty easy to implement. The code below shows how you can pull data from a Web Url and return that data into your page. Author: superdotnet.com Code: ASP.NET v1.0 & C# |
This code snippet demonstrates how to grab the content from a webpage and put it in a string variable. This snippet can be used for several applications like a webcrawler or spider. It also explains handles GZIP/DEFLATE compressed content. Author: Xander Zelders Code: ASP.NET v2.0 & C# |
This article is all about how to use .NET's built in library to "screen scrape", that is, how to have .NET send a web request and return the resulting string to you... Author: Steven Smith Code: ASP.NET Beta 2 & C# |
|  | |
This example shows how to create a client proxy for any URI that serves up text. Instead of authoring an .asmx file, you can create an SDL file that describes a current HTML (or XML or any other non-binary format) page you currently offer... Author: GotDotNet Code: ASP.NET Beta 1 & VB |
This article shows how you can use the WebClient and RegEx classes together to retrieve specific pieces of data from a Web site and return it via a Web service.
Author: G. Andrew Duthie Code: ASP.NET v1.0 & VB |
Here we are looking at just scraping a simple page. Where you want to do nothing but get back the page and do not have to pass up any data. Author: Damian Manifold Code: ASP.NET v1.0 & VB |
After finishing the series on screen scraping the thought arose, how small can you make a working scrape. With this in mind the most extreme example was chosen, is a one line scrape Doable? Author: Damian Manifold Code: ASP.NET v1.0 & VB |
|  | |
So you display links to other sites on your site, sooner or later one is this is bound to end up a dead link, or you may have lots of bookmarks and you cannot be bothered to weed out all the old ones that no longer point where they used to. Author: Damian Manifold Code: ASP.NET v1.0 & VB |
Visual Studio.NET provide 5 validation controls : RequiredFieldValidator, CompareValidator, RangeValidator, RegularExpressionValidator, and CustomValidator. Author: James Horan Code: ASP.NET v1.0 & VB |
Icon Key >
 - Recently Updated
 - Showcase Listing
|