webbrowser control in .NET 2.0 - how would I select an item from the drop down list? I know there is a Children html element collection in the HtmlElement collection....and I know I can retrieve the contents/values of the items from the drop down list but how do I actually "set" or select the item from the list?