Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am creating a c# application which extracts data fro a table in webpage and does some calculations with those data.

I tried by downloading the source code of the webpage and extracting the data from it but it see very tedious. is there any other way out ?

thanks in advance,
Posted

1 solution

Use the HTMLAgilityPack. For documentation, I recommend Parsing HTML Documents with the Html Agility Pack[^] by Scott Mitchell of 4GuysFromRolla.com.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900