private void textBox1_TextChanged(object sender, EventArgs e){ lblCount.Text = "Total characters are: " + textBox1.Text.Length;}