Gizmo001
April 25th, 2006, 10:16 AM
I would like to import a specific piece of infomation from one cell of a table displayed on a web page using VB .net. Any suggestions? Thanks.
|
Click to See Complete Forum and Search --> : Importing data from a specific field in a table on a web page Gizmo001 April 25th, 2006, 10:16 AM I would like to import a specific piece of infomation from one cell of a table displayed on a web page using VB .net. Any suggestions? Thanks. HanneSThEGreaT April 25th, 2006, 10:26 AM Not sure if it's the right way to go about it, but I would use the Textreader to read the html file and search for the specific value. Does it help ¿ Rich2189 April 25th, 2006, 11:53 AM You looked into the System.Net.WebClient object? Gizmo001 April 25th, 2006, 01:12 PM HanneSThEGreaT: This is what I was thinking of. But how do you access the html for the webpage? Thanks. Gizmo001 April 25th, 2006, 01:13 PM Rich2189: No, I haven't looked inot the System.Net.WebClient object. I will check. Thanks. Rich2189 April 26th, 2006, 12:45 PM HanneSThEGreaT: This is what I was thinking of. But how do you access the html for the webpage? Thanks. I think you can use that object to return the html for that page. Well if that isnt the right object, it will be the equvilent to the inet control getchunk function. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |