My form has a combobox which reads user input. But i want to allow the user to enter his own choice apart from the ones in dropdown list. I have set the following properties
- AutoCompleteSource to collection
- AutoCompleteMode to SuggestAppend
- AutoCompleteSource to CustomSource
When i run the application i am getting exception object reference not set to an instance of object.