if textbox is not empty c# code example Example: c# check if textbox is not empty if (String.IsNullOrEmpty(textBox1.Text)) { // Do something... }