VB.NET Combo Boxes Questions

1

How to clear the text in a dropdown list combo box?
When an item is selected from the list it displays in the text field of the combo box and I want to clear it without clearing the items in the list. I’ve tried [drop down list name].text = “” but it doesn’t work since the text entering field in a drop down list box is [...]

Answer Question   |  July 31, 2009  12:30 PM
VB.NET, VB.NET 2005, VB.NET Combo Boxes
asked by:
95 pts.

1