|
-
Feb 4th, 2011, 07:42 PM
#1
Re: Get Array From Web Page
Parse the HTML source of the page for the "<option>" tags. The .InnerText (I believe) property will hold the values you need.
You can add them to an array or a List as you parse.
Here's a quick reference for parsing the HTML: http://stateofidleness.com/2011/01/l...trieve-values/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|