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...
Posted to
Mark Smith
(Weblog)
by
ca8msm
on
12-06-2007, 12:00 AM
Filed under: ASP.NET, Extract, Data, DataSet, HTML, Table