示例#1
0
 protected void guardar_Click(object sender, EventArgs e)
 {
     BSNLYR.bsnssEmployee emp = new BSNLYR.bsnssEmployee();
     emp.guardarEmpleado(int.Parse(lbCod.Text), txtNombre.Text, txtApellido.Text,
                         txtCedula.Text, txtExtension.Text, txtFlota.Text,
                         txtDept.SelectedIndex + 1);
     Response.Redirect("Mantenimiento.aspx");
 }
示例#2
0
 protected void guardar_Click(object sender, EventArgs e)
 {
     BSNLYR.bsnssEmployee emp = new BSNLYR.bsnssEmployee();
     emp.guardarEmpleado(int.Parse(lbCod.Text), txtNombre.Text, txtApellido.Text,
                         txtCedula.Text, txtExtension.Text, txtFlota.Text,
                         txtDept.SelectedIndex + 1);
     Response.Redirect("Mantenimiento.aspx");
 }