Categories

Updated: 06/30/2008

Screen Scraping (AKA Web Fetching) using ASP.NET

Screen Scraping, in terms of programmer means fetching data from a website into your application. To talk more technically, it is actually a way by which your application extracts data from the output of some other program. This technique is basically making the request and parsing the response. This tutorial explains how to fetch data from a website into your application by using System.Net namespace.
©2019 A--9.com