[RESOLVED] prevent keyboard entry in control
I want to prevent the user from entering data from the keyboard into a combobox, so that the user selects only the values listed in it. Is there a property that I could make use of. I thought of using a key press event for the combo. How do I prevent the user entry being entered into it under this event??
Re: prevent keyboard entry in control
Set its DropDownStyle property to DropDownList.
Re: prevent keyboard entry in control
Thanks............so much....:)