I\'m pretty new here.
I have a form, and want to check if the user filled it in correctly. In the form there\'s a combo box; how can I build the \"if\" statement fo
if (comboBox1.SelectedIndex == -1) { //Done }
It Works,, Try it