I have added combobox on my form. How to check at runtime that whether user has selected an item from the combobox or not? Please tell me code for that.
I.e. I have added 3 items to combobox on form load event. When i click on Save button i want to check whether user has made selection from combobox or not. What property do i need to write for that?
I.e. I have added 3 items to combobox on form load event. When i click on Save button i want to check whether user has made selection from combobox or not. What property do i need to write for that?
Comment