Programming for all who needs it... willing to learn it
if(!String.IsNullOrEmpty(textBox.text) { //code here } else MessageBox.Show(Please insert some text..."); //or: if(textBox.Text != Stirng.Empty) { //code here } else MessageBox.Show(Please insert some text...");
No comments:
Post a Comment