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/