protected void txtInput_TextChanged(object sender, EventArgs e)
{
   txtEcho.Text = txtInput.Text;
}
