How to get all available options of a combobox in a webpage using C#
- by Anindya Chatterjee
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#?