Hello all.
i have a DB
contains a table with columns
one of those a columns holds a link to webpages that contain an abstract of a book !!
i need to read this abstract only out of the whole web site
and save it to the DB ...
i have some ideas in my mind !!
but get confused how to start !!
Loading
Kirtan PatelPosted Dec 26, 2009, 12:16 AM
Sam HobbsPosted Dec 25, 2009, 11:45 PM
Sam HobbsPosted Dec 25, 2009, 5:51 PM
Alternatively, you could get the raw HTML page and load it into a document and then process the HTML from there, but that is more complicated and I have not figured out the details of how to do that using .Net. The advantage is that you don't need a WebBrowser control for that.