Exemplo n.º 1
0
 protected void btnGuardarNota_Click(object sender, EventArgs e)
 {
     try
     {
         String nota = txbNota.Text;
         bdTS.avsIngresarNota(S, F, U, nota);
         mst.mostrarMsjNtf(dic.msjSeHaActualizado);
     }
     catch (Exception ex)
     {
         mst.mostrarMsjMdl(dic.msjNoSeRealizoExcp + ex.ToString() + ".");
     }
 }