I have changed the DropDownStyle property of comboBox to DropDownList.
I'm unable to change the text property for comboBox.
suggest an idea.
I'm unable to change the text property for comboBox.
suggest an idea.
Code:
comboBox1.DropDownStyle = ComboBoxStyle.DropDownList; comboBox1.Text = "Select an item";//unable to change this property.
Comment