How to parse the table from webpage where there are many webpage.

Posted by Harikrishna on Stack Overflow See other posts from Stack Overflow or by Harikrishna
Published on 2010-03-12T06:45:47Z Indexed on 2010/03/12 6:47 UTC
Read the original article Hit count: 148

Filed under:
|
|

There are many tables in the one webpage from that I want to extract the data from only one table.

I am using Html Agility Pack to parse the html table.There are many tables in one webpage but I want to extract the data from only one table.

So I will first find that table for which I want to extract the data which I can do.Now problem is once I find that table,what I should do to extract the data from only that table ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET