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
You can try
if(combo1.Text == "") { }