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 it in a DataSet object.
Read More...
If you have any comments on this method, or have any other methods you would recommend, please let me know.