how to set combobox read only or user cannot write in a combo box only can select the given items?
- by moon
i am facing a problem in setting the combo property such that only user can select the values form given items but cannot write in the combo box,
how can i do so in c#?
thanx in advance.