protected void Page_Load(object sender, EventArgs e) { Int32 FORMULARIO = 6; LIdioma idioma = new LIdioma(); UIdioma com = new UIdioma(); try { int DDL = int.Parse(Session["ddl"].ToString()); com = idioma.idiomaGenerartoken(FORMULARIO, DDL); } catch { int DDL = 1; com = idioma.idiomaGenerartoken(FORMULARIO, DDL); } Hashtable compIdioma = new Hashtable(); Session["mensajes"] = compIdioma; //for (int i = 0; i < info.Rows.Count; i++) //{ // compIdioma.Add(info.Rows[i]["control"].ToString(), info.Rows[i]["valor"].ToString()); //} LB_recuperar.Text = com.A; LB_nombre.Text = com.B; L_Mensaje.Text = com.C; Session["men"] = com.D; Session["men1"] = com.E; Session["men2"] = com.F; }
public UUser buscarAcudiete(int departamento, int ciudad, String documento, int selIdioma) { UUser usua = new UUser(); DUser dat = new DUser(); UIdioma encId = new UIdioma(); LIdioma idioma = new LIdioma(); Int32 FORMULARIO = 8; encId = idioma.obtIdioma(FORMULARIO, selIdioma); usua.Documento = documento.ToString(); DataTable registros = dat.obtenerAcudiente(usua); if (departamento == 0 || ciudad == 0) { usua.Mensaje = encId.CompIdioma["L_ErrorUsuario_Seleccione"].ToString(); //"Debe seleccionar una opcion"; } if (registros.Rows.Count > 0) { usua.Nombre = Convert.ToString(registros.Rows[0]["nombre_usua"].ToString()); usua.Apellido = Convert.ToString(registros.Rows[0]["apellido_usua"].ToString()); usua.id_Acudiente = Convert.ToString(registros.Rows[0]["id_usua"].ToString()); usua.L_Aceptar1 = true; usua.Notificacion = "<script language='JavaScript'>window.alert('" + encId.CompIdioma["script_acudiente_ok"].ToString() + "');</script>";// ("<script language='JavaScript'>window.alert('Acudiente Seleccionado');</script>"); } else { usua.MensajeAcudiente = encId.CompIdioma["L_ErrorAcudiente"].ToString();// "El Acudiente No se encuentra en la base de Datos"; } return(usua); }
public UUser verNota(string alumno, string materia, string curso, int selIdioma) { DUser datos = new DUser(); UUser enc = new UUser(); UIdioma encId = new UIdioma(); LIdioma idioma = new LIdioma(); Int32 FORMULARIO = 39; encId = idioma.obtIdioma(FORMULARIO, selIdioma); enc.Mensaje = " "; if (alumno == "0" || materia == "0" || curso == "0") { enc.Mensaje = encId.CompIdioma["L_Falta_Selec"].ToString(); //"Falta seleccionar"; } else { enc.Id_estudiante = alumno; enc.Materia = materia; enc.Curso = curso; DataTable registros = datos.obtenerNota(enc); try { enc.Nota1 = registros.Rows[0]["nota1"].ToString(); enc.Nota2 = registros.Rows[0]["nota2"].ToString(); enc.Nota3 = registros.Rows[0]["nota3"].ToString(); enc.Notadef = registros.Rows[0]["notadef"].ToString(); } catch { } } return(enc); }
public UIdioma idiomaCanje(Int32 FORMULARIO, int DDL) { Idioma idioma = new Idioma(); UIdioma com = new UIdioma(); DataTable info = idioma.obtenerIdioma(FORMULARIO, DDL); Hashtable compIdioma = new Hashtable(); for (int i = 0; i < info.Rows.Count; i++) { compIdioma.Add(info.Rows[i]["control"].ToString(), info.Rows[i]["valor"].ToString()); } com.A = compIdioma["L_PuntoR"].ToString(); com.B = compIdioma["L_cantPuntos"].ToString(); com.C = compIdioma["L_puntosInsu"].ToString(); com.D = compIdioma["LB_puntos"].ToString(); com.E = compIdioma["L_Historial"].ToString(); com.F = compIdioma["GV_Historial"].ToString(); com.G = compIdioma["BT_Canje"].ToString(); com.H = compIdioma["BT_Regresar"].ToString(); com.I = compIdioma["JS_canje"].ToString(); //com.J = compIdioma["L_Plato3"].ToString(); //com.K = compIdioma["L_Detalle3"].ToString(); //com.L = compIdioma["L_Precio3"].ToString(); return(com); }
public UIdioma idiomaResrvas(Int32 FORMULARIO, int DDL) { Idioma idioma = new Idioma(); UIdioma com = new UIdioma(); DataTable info = idioma.obtenerIdioma(FORMULARIO, DDL); Hashtable compIdioma = new Hashtable(); for (int i = 0; i < info.Rows.Count; i++) { compIdioma.Add(info.Rows[i]["control"].ToString(), info.Rows[i]["valor"].ToString()); } com.A = compIdioma["L_Reservas"].ToString(); com.B = compIdioma["L_Fecha"].ToString(); com.C = compIdioma["L_Hora"].ToString(); com.D = compIdioma["L_Cantidad"].ToString(); com.E = compIdioma["B_Reservar"].ToString(); com.F = compIdioma["BT_MReservas"].ToString(); com.G = compIdioma["REV_Fecha"].ToString(); com.H = compIdioma["RV_Hora"].ToString(); com.I = compIdioma["RV_Cantidad"].ToString(); com.J = compIdioma["JS_Reserva"].ToString(); com.K = compIdioma["JS_reservaRe"].ToString(); com.L = compIdioma["JS_ReservaToken"].ToString(); com.M = compIdioma["JS_ReservaE"].ToString(); return(com); }
public UIdioma idiomaMasteradmin(Int32 FORMULARIO, int DDL) { Idioma idioma = new Idioma(); UIdioma com = new UIdioma(); DataTable info = idioma.obtenerIdioma(FORMULARIO, DDL); Hashtable compIdioma = new Hashtable(); for (int i = 0; i < info.Rows.Count; i++) { compIdioma.Add(info.Rows[i]["control"].ToString(), info.Rows[i]["valor"].ToString()); } com.A = compIdioma["LB_menunave"].ToString(); com.B = compIdioma["LB_cerrar"].ToString(); com.C = compIdioma["LB_users"].ToString(); com.D = compIdioma["LB_comen"].ToString(); com.E = compIdioma["LB_menu"].ToString(); com.F = compIdioma["LB_Mesas"].ToString(); com.G = compIdioma["LB_ventas"].ToString(); com.H = compIdioma["LB_Reportes"].ToString(); com.I = compIdioma["LB_clientes"].ToString(); com.J = compIdioma["LB_Emple"].ToString(); com.K = compIdioma["LB_Coment"].ToString(); com.L = compIdioma["LB_menu1"].ToString(); com.M = compIdioma["LB_mesas1"].ToString(); com.N = compIdioma["LB_pedidos"].ToString(); com.O = compIdioma["LB_Rerservas"].ToString(); com.P = compIdioma["LB_repo1"].ToString(); com.Q = compIdioma["LB_repo2"].ToString(); com.R = compIdioma["LB_repo3"].ToString(); com.S = compIdioma["LB_Idioma"].ToString(); return(com); }
public UIdioma idiomaMasterprincipal1(Int32 FORMULARIO, int DDL) { Idioma idioma = new Idioma(); UIdioma com = new UIdioma(); DataTable info = idioma.obtenerIdioma(FORMULARIO, DDL); Hashtable compIdioma = new Hashtable(); for (int i = 0; i < info.Rows.Count; i++) { compIdioma.Add(info.Rows[i]["control"].ToString(), info.Rows[i]["valor"].ToString()); } com.A = compIdioma["LB_inicio"].ToString(); com.B = compIdioma["LB_contacto"].ToString(); com.C = compIdioma["LB_Menu"].ToString(); com.D = compIdioma["LB_Reservas"].ToString(); //com.E = compIdioma["BT_login"].ToString(); //com.F = compIdioma["BT_Cerrar"].ToString(); com.G = compIdioma["LB_login"].ToString(); com.H = compIdioma["LB_cerrar"].ToString(); com.I = compIdioma["L_Comentario"].ToString(); com.J = compIdioma["REV_tex"].ToString(); com.K = compIdioma["BT_Enviar"].ToString(); com.L = compIdioma["JS_comen"].ToString(); return(com); }
protected void Page_Load(object sender, EventArgs e) { //UUser usua = new UUser(); //try //{ // usua.SUserName = Session["empezar"].ToString(); // MPE_Idioma.Show(); //} //catch //{ //} UIdioma encId = new UIdioma(); LMIdioma idioma = new LMIdioma(); Int32 FORMULARIO = 47; encId = idioma.obtIdioma(FORMULARIO, int.Parse(Session["idioma"].ToString())); L_MAdminTitulo.Text = encId.CompIdioma["L_MAdminTitulo"].ToString(); HL_MAdminAgreAdmin.Text = encId.CompIdioma["HL_MAdminAgreAdmin"].ToString(); HL_MAdminAgreEstu.Text = encId.CompIdioma["HL_MAdminAgreEstu"].ToString(); HL_MAdminAgreProfe.Text = encId.CompIdioma["HL_MAdminAgreProfe"].ToString(); HL_MAdminAgreAcu.Text = encId.CompIdioma["HL_MAdminAgreAcu"].ToString(); HL_MAdminAgreMateriaCurso.Text = encId.CompIdioma["HL_MAdminAgreMateriaCurso"].ToString(); HL_MAdminMensaje.Text = encId.CompIdioma["HL_MAdminMensaje"].ToString(); HL_MAdminPagInicio.Text = encId.CompIdioma["HL_MAdminPagInicio"].ToString(); HL_MAdminConfig.Text = encId.CompIdioma["HL_MAdminConfig"].ToString(); btn_cerrar_sesion.Text = encId.CompIdioma["HL_MAdminInicio"].ToString(); }
protected void Eliminar_Click(object sender, EventArgs e) { UIdioma datos = new UIdioma(); L_Persistencia user = new L_Persistencia(); UAidioma idioma = new UAidioma(); LUser data = new LUser(); //LIdioma user = new LIdioma(); ClientScriptManager cm = this.ClientScript; try { idioma.Id = int.Parse(Session["idioma"].ToString()); idioma.Nombre = Session["nombre"].ToString(); idioma.Terminacion = Session["terminacion"].ToString(); datos.Mensaje = Session["men1"].ToString(); datos.B = Session["men2"].ToString(); String nombre = idioma.Nombre; DataTable regis = data.ToDataTable(data.obtenerIdiomac(nombre)); String esquema = "idioma"; String tabla = "idioma"; String pk = Session["user_id"].ToString(); String session = Session.SessionID; data.delete(regis, esquema, tabla, pk, session); datos = user.eliminarIdioma(idioma, datos); this.RegisterStartupScript("mensaje", datos.Mensaje); } catch { Session["ddl"] = 1; } }
public void agregarControl(UIdioma datos) { DataTable Registro = new DataTable(); NpgsqlConnection conection = new NpgsqlConnection(ConfigurationManager.ConnectionStrings["Postgres"].ConnectionString); try { NpgsqlDataAdapter dataAdapter = new NpgsqlDataAdapter("idioma.f_insertar_controles", conection); dataAdapter.SelectCommand.CommandType = CommandType.StoredProcedure; dataAdapter.SelectCommand.Parameters.Add("_idioma", NpgsqlDbType.Integer).Value = datos.Idioma; dataAdapter.SelectCommand.Parameters.Add("_formulario", NpgsqlDbType.Integer).Value = datos.Formulario; dataAdapter.SelectCommand.Parameters.Add("_control", NpgsqlDbType.Text).Value = datos.Control; dataAdapter.SelectCommand.Parameters.Add("_texto", NpgsqlDbType.Text).Value = datos.Texto; conection.Open(); dataAdapter.Fill(Registro); } catch (Exception Ex) { throw Ex; } finally { if (conection != null) { conection.Close(); } } }
public void agregarIdioma(UIdioma datos) { DataTable Registro = new DataTable(); NpgsqlConnection conection = new NpgsqlConnection(ConfigurationManager.ConnectionStrings["Postgres"].ConnectionString); try { NpgsqlDataAdapter dataAdapter = new NpgsqlDataAdapter("idioma.f_insertar_idioma", conection); dataAdapter.SelectCommand.CommandType = CommandType.StoredProcedure; dataAdapter.SelectCommand.Parameters.Add("_nombre", NpgsqlDbType.Text).Value = datos.Nombre; dataAdapter.SelectCommand.Parameters.Add("_terminacion", NpgsqlDbType.Text).Value = datos.Terminacion; conection.Open(); dataAdapter.Fill(Registro); } catch (Exception Ex) { throw Ex; } finally { if (conection != null) { conection.Close(); } } }
protected void Page_Load(object sender, EventArgs e) { UIdioma encId = new UIdioma(); LMIdioma idioma = new LMIdioma(); Int32 FORMULARIO = 33; encId = idioma.obtIdioma(FORMULARIO, int.Parse(Session["idioma"].ToString())); Page.Title = encId.CompIdioma["Title"].ToString(); L_InMisTitulo.Text = encId.CompIdioma["L_InMisTitulo"].ToString(); IMG_Mision.ImageUrl = encId.CompIdioma["IMG_Mision"].ToString(); Session["userId"] = null; Session["nombre"] = null; LMUser logica = new LMUser(); UUser usua = new UUser(); usua = logica.TraerDatosPagina(); L_Vision.Text = usua.Vision; }
public UIdioma terminarIdioma(int español, int insertando) { DMIdioma datos = new DMIdioma(); UIdioma encId = new UIdioma(); DataTable reg = new DataTable(); DataTable inser = new DataTable(); int conEspañol; int conInsertando; encId = datos.contadorControl(español); conEspañol = encId.Contador; encId = datos.contadorControl(insertando); conInsertando = encId.Contador; if ((conEspañol - 1) < conInsertando) { encId.Empezar = null; encId.Notificacion = "<script language='JavaScript'>window.alert('Idioma Agregado Exitosamente');</script>"; } else { encId.Empezar = "true"; } return(encId); }
protected void btn_siguiente_Click(object sender, EventArgs e) { //Insertar Control UIdioma encId = new UIdioma(); LMIdioma idioma = new LMIdioma(); string id; encId = idioma.listarIdiomaVarchar(TB_nomidioma.Text); idioma.insertarControlIdioma( DDL_itemagregar.SelectedValue, tb_traduccion.Text, int.Parse(encId.IdIdioma), int.Parse(DDL_formularioagregar.SelectedValue), TB_nomidioma.Text); DDL_rolagregar.DataBind(); DDL_formularioagregar.DataBind(); DDL_rolagregar.DataBind(); tb_traduccion.Text = ""; try { encId = idioma.terminarIdioma(1, int.Parse(encId.IdIdioma)); Session["empezar"] = encId.Empezar; string cerrar = Session["empezar"].ToString(); } catch { this.Page.Response.Write(encId.Notificacion); } }
public UIdioma idiomaListaempleados(Int32 FORMULARIO, int DDL) { Idioma idioma = new Idioma(); UIdioma com = new UIdioma(); DataTable info = idioma.obtenerIdioma(FORMULARIO, DDL); Hashtable compIdioma = new Hashtable(); for (int i = 0; i < info.Rows.Count; i++) { compIdioma.Add(info.Rows[i]["control"].ToString(), info.Rows[i]["valor"].ToString()); } com.A = compIdioma["LB_listEmple"].ToString(); com.B = compIdioma["BT_Nuevo"].ToString(); com.C = compIdioma["BT_Modificar"].ToString(); com.D = compIdioma["BT_Eliminar"].ToString(); com.E = compIdioma["LB_buscar"].ToString(); com.F = compIdioma["BT_Buscar"].ToString(); com.G = compIdioma["validator_username"].ToString(); com.H = compIdioma["RFV_alerta"].ToString(); com.I = compIdioma["LB_Nom"].ToString(); com.J = compIdioma["LB_Ape"].ToString(); com.K = compIdioma["LB_email"].ToString(); com.L = compIdioma["LB_Tele"].ToString(); com.M = compIdioma["LB_Cedu"].ToString(); com.N = compIdioma["LB_Usua"].ToString(); com.O = compIdioma["LB_Ro"].ToString(); com.P = compIdioma["LB_Con"].ToString(); com.Q = compIdioma["JS_eliminarE"].ToString(); com.R = compIdioma["JS_modificarE"].ToString(); com.S = compIdioma["JS_RegisE"].ToString(); com.T = compIdioma["JS_buscaremp"].ToString(); return(com); }
public UIdioma terminarIdioma(string español, string insertando) { DIdioma datos = new DIdioma(); UIdioma encId = new UIdioma(); DataTable reg = new DataTable(); DataTable inser = new DataTable(); int conEspañol; int conInsertando; reg = datos.contadorControl(español); inser = datos.contadorControl(insertando); conEspañol = int.Parse(reg.Rows[0][0].ToString()); conInsertando = int.Parse(inser.Rows[0][0].ToString()); if ((conEspañol - 1) < conInsertando) { encId.Empezar = null; encId.Notificacion = "<script language='JavaScript'>window.alert('Idioma Agregado Exitosamente');</script>"; } else { encId.Empezar = "true"; } return(encId); }
public UIdioma idiomaLoggin(Int32 FORMULARIO, int DDL) { Idioma idioma = new Idioma(); UIdioma com = new UIdioma(); DataTable info = idioma.obtenerIdioma(FORMULARIO, DDL); Hashtable compIdioma = new Hashtable(); for (int i = 0; i < info.Rows.Count; i++) { compIdioma.Add(info.Rows[i]["control"].ToString(), info.Rows[i]["valor"].ToString()); } com.A = compIdioma["LB_Login"].ToString(); com.B = compIdioma["LB_username"].ToString(); com.C = compIdioma["validator_username"].ToString(); com.D = compIdioma["LB_pass"].ToString(); com.E = compIdioma["LB_Recuperar"].ToString(); com.F = compIdioma["B_Login"].ToString(); com.G = compIdioma["B_Registrarse"].ToString(); com.H = compIdioma["JS_loguear"].ToString(); com.I = compIdioma["JS_loguear1"].ToString(); com.J = compIdioma["JS_loguear2"].ToString(); com.K = compIdioma["JS_loguear3"].ToString(); return(com); }
public UIdioma validaIdiomaEmpezarInsert(string empezar, int contador, int idioma) { DIdioma datos = new DIdioma(); UIdioma enc = new UIdioma(); DataTable reg = new DataTable(); UUser user = new UUser(); //enc = listarIdiomaVarchar(id); //idioma = int.Parse(enc.IdIdioma); if (empezar == "true") { if (contador >= 828) { enc.BoolIdioma = true; user.Notificacion = "Se Guarda"; //Guarda } else { enc.BoolIdioma = false; user.Notificacion = "SI sale ahora se desacartaran los datos, desea salir S/N"; //ver script de aceptar y cancelar eliminarControles(idioma); eliminarIdioma(idioma); } } else { } return(enc); }
public UIdioma idiomaInicio1(Int32 FORMULARIO, int DDL) { Idioma idioma = new Idioma(); UIdioma com = new UIdioma(); DataTable info = idioma.obtenerIdioma(FORMULARIO, DDL); Hashtable compIdioma = new Hashtable(); for (int i = 0; i < info.Rows.Count; i++) { compIdioma.Add(info.Rows[i]["control"].ToString(), info.Rows[i]["valor"].ToString()); } com.A = compIdioma["L_MInicio"].ToString(); com.B = compIdioma["L_PPopulares"].ToString(); com.C = compIdioma["L_Opciones"].ToString(); com.D = compIdioma["L_Plato1"].ToString(); com.E = compIdioma["L_Detalle1"].ToString(); com.F = compIdioma["L_Precio1"].ToString(); com.G = compIdioma["L_Plato2"].ToString(); com.H = compIdioma["L_Detalle2"].ToString(); com.I = compIdioma["L_Precio2"].ToString(); com.J = compIdioma["L_Plato3"].ToString(); com.K = compIdioma["L_Detalle3"].ToString(); com.L = compIdioma["L_Precio3"].ToString(); return(com); }
public UIdioma listarControlIdiomaEditar(string form, string control, string idIdioma) { DIdioma datos = new DIdioma(); UIdioma enc = new UIdioma(); DataTable reg = new DataTable(); if (form == "") { form = "0"; } if (control == "") { control = "L"; } if (idIdioma == "") { idIdioma = "0"; } enc.IdFormulario = form; enc.Control = control; enc.IdIdioma = idIdioma; reg = datos.listarIdiomaControlesEditar(enc); if (reg.Rows.Count > 0) { enc.ControlEsp = reg.Rows[0]["texto"].ToString(); } return(enc); }
public UIdioma idiomaModificarmenu(Int32 FORMULARIO, int DDL) { Idioma idioma = new Idioma(); UIdioma com = new UIdioma(); DataTable info = idioma.obtenerIdioma(FORMULARIO, DDL); Hashtable compIdioma = new Hashtable(); for (int i = 0; i < info.Rows.Count; i++) { compIdioma.Add(info.Rows[i]["control"].ToString(), info.Rows[i]["valor"].ToString()); } com.A = compIdioma["LB_modimeni"].ToString(); com.B = compIdioma["LB_nompla"].ToString(); com.C = compIdioma["REV_nombre"].ToString(); com.D = compIdioma["LB_desc"].ToString(); com.E = compIdioma["REV_desc"].ToString(); com.F = compIdioma["LB_preciopla"].ToString(); com.G = compIdioma["validator_precio"].ToString(); com.H = compIdioma["LB_imagen"].ToString(); com.I = compIdioma["FU_imagen"].ToString(); com.J = compIdioma["B_Modificar"].ToString(); com.K = compIdioma["JS_ModificarPla"].ToString(); com.L = compIdioma["JS_carga"].ToString(); com.M = compIdioma["JS_carga1"].ToString(); return(com); }
protected void Page_Load(object sender, EventArgs e) { Response.Cache.SetCacheability(HttpCacheability.ServerAndNoCache); Response.Cache.SetAllowResponseInBrowserHistory(false); Response.Cache.SetNoStore(); Int32 FORMULARIO = 4; LIdioma idioma = new LIdioma(); UIdioma com = new UIdioma(); try { int DDL = int.Parse(Session["ddl"].ToString()); com = idioma.idiomaCreamenu(FORMULARIO, DDL); } catch { int DDL = 1; com = idioma.idiomaCreamenu(FORMULARIO, DDL); } Hashtable compIdioma = new Hashtable(); Session["mensajes"] = compIdioma; L_insertmenu.Text = com.A; LB_nompla.Text = com.B; LB_desc.Text = com.C; LB_precio.Text = com.D; LB_seleccionar.Text = com.E; B_guardar.Text = com.F; Session["men"] = com.G; }
public UIdioma idiomaRegistrarempleado(Int32 FORMULARIO, int DDL) { Idioma idioma = new Idioma(); UIdioma com = new UIdioma(); DataTable info = idioma.obtenerIdioma(FORMULARIO, DDL); Hashtable compIdioma = new Hashtable(); for (int i = 0; i < info.Rows.Count; i++) { compIdioma.Add(info.Rows[i]["control"].ToString(), info.Rows[i]["valor"].ToString()); } com.A = compIdioma["LB_regisemp"].ToString(); com.B = compIdioma["LB_nombre"].ToString(); com.C = compIdioma["LB_user"].ToString(); com.D = compIdioma["LB_pas"].ToString(); com.E = compIdioma["LB_rpas"].ToString(); com.F = compIdioma["LB_apellido"].ToString(); com.G = compIdioma["LB_email"].ToString(); com.H = compIdioma["LB_cedula"].ToString(); com.I = compIdioma["LB_celu"].ToString(); com.J = compIdioma["CV_CContrasena"].ToString(); com.K = compIdioma["LB_rol"].ToString(); //com.L = compIdioma["DDL_Rol"].ToString(); //com.M = compIdioma["DDL_Rol"].ToString(); com.O = compIdioma["B_Crear"].ToString(); com.P = compIdioma["JS_RegisE"].ToString(); return(com); }
public UUser agregarMateria(Materia materia, string sesion, int selIdioma)////aqui { UUser user = new UUser(); DMReg datos = new DMReg(); UIdioma encId = new UIdioma(); LMIdioma idioma = new LMIdioma(); Int32 FORMULARIO = 10; Materia mat = new Materia(); DMSeguridad dmseg = new DMSeguridad(); MEncMateria mencmateria = new MEncMateria(); encId = idioma.obtIdioma(FORMULARIO, selIdioma); user.Mensaje = " "; bool ok = datos.validaMateria(materia); if (ok == true) { materia.sesion = sesion; materia.ultima_modificacion = DateTime.Now.ToShortDateString(); datos.insertarMateria(materia, sesion); //this.Page.Response.Write("<script language='JavaScript'>window.alert('Materia Insertada con Exito');</script>"); user.Mensaje = encId.CompIdioma["L_Error_falta_materia"].ToString(); //"Materia Insertada con Exito"; mencmateria.nombre_materia_nuevo = materia.nombre_materia; mencmateria.sesion_nuevo = materia.sesion; dmseg.fiel_auditoria_agrega_materia("INSERT", sesion, mencmateria); } else { user.Mensaje = encId.CompIdioma["L_Error_materia_ya_esta"].ToString(); //"La Materia ya se encuentra en nuestra Base de Datos"; } return(user); }
protected void Page_Load(object sender, EventArgs e) { Response.Cache.SetCacheability(HttpCacheability.ServerAndNoCache); Response.Cache.SetAllowResponseInBrowserHistory(false); Response.Cache.SetNoStore(); Int32 FORMULARIO = 24; LIdioma idioma = new LIdioma(); UIdioma com = new UIdioma(); try { int DDL = int.Parse(Session["ddl"].ToString()); com = idioma.idiomaMenureserva(FORMULARIO, DDL); } catch { int DDL = 1; com = idioma.idiomaMenureserva(FORMULARIO, DDL); } // Hashtable compIdioma = new Hashtable(); //Session["mensajes"] = compIdioma; // DL_menuReser.Columns[0].HeaderText = com.B; Session["men"] = com.F; DL_menuReser.DataBind(); }
public UIdioma idiomaListaplatos(Int32 FORMULARIO, int DDL) { Idioma idioma = new Idioma(); UIdioma com = new UIdioma(); DataTable info = idioma.obtenerIdioma(FORMULARIO, DDL); Hashtable compIdioma = new Hashtable(); for (int i = 0; i < info.Rows.Count; i++) { compIdioma.Add(info.Rows[i]["control"].ToString(), info.Rows[i]["valor"].ToString()); } com.A = compIdioma["LB_listPlato"].ToString(); com.B = compIdioma["BT_Nuevo"].ToString(); com.C = compIdioma["B_modificar"].ToString(); com.D = compIdioma["BT_Eliminar"].ToString(); com.E = compIdioma["LB_buscar"].ToString(); com.F = compIdioma["BT_Buscar"].ToString(); com.G = compIdioma["RFV_alerta"].ToString(); com.H = compIdioma["validator_username"].ToString(); com.I = compIdioma["B_Seleccionar"].ToString(); com.J = compIdioma["LB_Nombre"].ToString(); com.K = compIdioma["LB_Descrip"].ToString(); com.L = compIdioma["LB_Precio"].ToString(); com.M = compIdioma["LB_Imagen"].ToString(); com.N = compIdioma["JS_elimin"].ToString(); com.O = compIdioma["JS_buscarp"].ToString(); return(com); }
public UUser agregarMateria(string materia, string sesion, int selIdioma) { UUser user = new UUser(); DUser datos = new DUser(); LReg l_reg = new LReg(); UIdioma encId = new UIdioma(); LIdioma idioma = new LIdioma(); Int32 FORMULARIO = 10; encId = idioma.obtIdioma(FORMULARIO, selIdioma); user.Mensaje = " "; bool ok = validar_mat(materia); if (ok == false) { user.Materia = materia; user.Session = sesion; datos.insertarMateria(user); //this.Page.Response.Write("<script language='JavaScript'>window.alert('Materia Insertada con Exito');</script>"); user.Mensaje = encId.CompIdioma["L_Error_falta_materia"].ToString(); //"Materia Insertada con Exito"; } else { user.Mensaje = encId.CompIdioma["L_Error_materia_ya_esta"].ToString(); //"La Materia ya se encuentra en nuestra Base de Datos"; } return(user); }
public UIdioma idiomaListaclientes(Int32 FORMULARIO, int DDL) { Idioma idioma = new Idioma(); UIdioma com = new UIdioma(); DataTable info = idioma.obtenerIdioma(FORMULARIO, DDL); Hashtable compIdioma = new Hashtable(); for (int i = 0; i < info.Rows.Count; i++) { compIdioma.Add(info.Rows[i]["control"].ToString(), info.Rows[i]["valor"].ToString()); } com.A = compIdioma["LB_listClien"].ToString(); com.B = compIdioma["LB_Buscar"].ToString(); com.C = compIdioma["BT_Buscar"].ToString(); com.D = compIdioma["REV_Username"].ToString(); com.E = compIdioma["RFV_alerta"].ToString(); com.F = compIdioma["LB_User"].ToString(); com.G = compIdioma["LB_Nombre"].ToString(); com.H = compIdioma["LB_Apellido"].ToString(); com.I = compIdioma["LB_Email"].ToString(); com.J = compIdioma["LB_Telefono"].ToString(); com.K = compIdioma["LB_Puntos"].ToString(); return(com); }
protected void Page_Load(object sender, EventArgs e) { Int32 FORMULARIO = 39; LIdioma idioma = new LIdioma(); UIdioma com = new UIdioma(); try { int DDL = int.Parse(Session["ddl"].ToString()); com = idioma.idiomaReserva(FORMULARIO, DDL); } catch { int DDL = 1; com = idioma.idiomaReserva(FORMULARIO, DDL); } Hashtable compIdioma = new Hashtable(); GV_Reserva.Columns[1].HeaderText = com.A; GV_Reserva.Columns[2].HeaderText = com.B; GV_Reserva.Columns[3].HeaderText = com.D; BT_Platos.Text = com.C; LB_reserT.Text = com.E; }
protected void Page_Load(object sender, EventArgs e) { Int32 FORMULARIO = 3; LIdioma idioma = new LIdioma(); UIdioma com = new UIdioma(); try { int DDL = int.Parse(Session["ddl"].ToString()); com = idioma.idiomaContacto(FORMULARIO, DDL); } catch { int DDL = 1; com = idioma.idiomaContacto(FORMULARIO, DDL); } Hashtable compIdioma = new Hashtable(); Session["mensajes"] = compIdioma; //for (int i = 0; i < info.Rows.Count; i++) //{ // compIdioma.Add(info.Rows[i]["control"].ToString(), info.Rows[i]["valor"].ToString()); //} L_title.Text = com.A; LB_Nombre.Text = com.B; LB_Email.Text = com.C; LB_Telefono.Text = com.D; LB_Detalle.Text = com.E; BT_Enviar.Text = com.F; Session["men"] = com.G; }