HTML Parsing with .NET and C# (HTML Parser)
I was in need of an HTML parser for a small project. I have written parsers using Regular Expressions (RegEx) in the past. I found one that worked quite well for me.
Here is the link to the open source project:
http://www.majestic12.co.uk/projects/html_parser.php