June 15th, 2007
There are many articles about data scraping, concerning returning an entire page or a particular element. Building on the base of the other articles, we will be using the grouping constructs to retrieve easily a list of headlines from Guardian Unlimited.
Read the rest of this entry »
Posted in ASP.NET, Coding | No Comments »
June 14th, 2007
One of the new additions in .NET is the ability to upload files without the need for additional components. The class HttpPostedFile deals with posted files. It has only a few members, but these cover anything you would want to do with and upload. Here is an example that hopefully demonstrates everything you need to know.
Read the rest of this entry »
Posted in ASP.NET, Coding | No Comments »