private void Txt_OracleCMD_KeyPress(object sender, KeyPressEventArgs e) { e.KeyChar = Convert.ToChar(e.KeyChar.ToString().ToUpper()); }