Mark Smith

ASP.NET, SQL Server, HTML, CSS and other random thoughts!

Browse by Tags

All Tags » ASP.NET » Extract (RSS)
Convert HTML tables to a DataSet
I've just had a requirement to extract some data from a web page and manipulate it before sending it off elsewhere. The data in the web page was all included inside <table> tags, so I wrote a few Regular Expressions to extract this data and place...
More Posts