Exemplo n.º 1
0
 protected void llenarElementos()
 {
     llenarFormInsertarAviso();
     llenarGdvAvisos();
     txbNota.MaxLength = 100;
     try
     {
         txbNota.Text = bdTS.avsObtenerNota(S, F);
     }
     catch (Exception ex)
     {
         mst.mostrarMsjMdl(dic.msjNoSeRealizoExcp + ex.ToString() + ".");
     }
     lnkNotaLibre.Text   = dic.notaLibre;
     lnkOpciones.Text    = dic.predeterminados;
     lblNota.Text        = dic.nota + ":";
     btnGuardarNota.Text = dic.actualizar;
 }