private void btnSave_Click(object sender, EventArgs e) { if (txtFName.Text == "") { labelID.Text = "!"; } if (txtLName.Text == "") { labelLN.Text = "!"; } if (txtMI.Text == "") { labelMN.Text = "!";
private void btnSave_Click(object sender, EventArgs e) { if (txtID.Text.Trim()== "") { labelID.Text = "!"; } if (txtLastName.Text.Trim()=="") { labelLN.Text = "!"; } if (txtFirstName.Text.Trim()=="") { labelFN.Text