
Suppose the given picture (consider the picture as a web page) is a web page. I have saved this web page to my HDD. Now I want to parse/copy data from a specific area from the web page and store it into the database accordingly. Is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You may want to check out the HTML Agility Pack:
http://htmlagilitypack.codeplex.com/
It allows you to parse HTML like you would XML using a psuedo form of XPath.