How to get all available options of a combobox in a webpage using C#

Posted by Anindya Chatterjee on Stack Overflow See other posts from Stack Overflow or by Anindya Chatterjee
Published on 2010-04-12T08:11:08Z Indexed on 2010/04/12 8:13 UTC
Read the original article Hit count: 379

Filed under:
|
|

Suppose we have a combo box in a web page which have 24 options in its drop down. I have loaded the page in a web browser control hosted in a windows application. Now how can I populate all the options for the combo box using its tag by C#?

© Stack Overflow or respective owner

Related posts about c#

Related posts about dom