Which two controls combined to form the combobox control?
Answers
Answer: List Box and Textbox
Explanation:
To display a drop-down list of various things, use the combo box control. It combines a text box where the user types something in with a drop-down list where they choose something. The Combo Box and the AutoComplete control extender are similar, although they are utilised in various situations. For matching entries, the AutoComplete extension uses a web service. In contrast, a selection of items are used to initialise the Combo Box control. When working with a huge quantity of data (millions of automobile parts), utilising the AutoComplete extension makes sense, however using the Combo Box control makes sense when working with a small set of data (dozens of car parts).
#SPJ5
Click here to know more
https://brainly.in/question/15427359
https://brainly.in/question/8978206