protected void Button2_Click(object sender, EventArgs e) { ServiceReference1.BancoClient sr = new ServiceReference1.BancoClient(); sr.Prestamos(txtMonto.Text, int.Parse(txtNoCuenta.Text), int.Parse(DropDownList1.SelectedValue.ToString())); sr.Operaciones("Nuevo Prestamo", int.Parse(Session["idoperario"].ToString()), DateTime.Now.ToString("yyyy-MM-dd")); }
protected void Button2_Click(object sender, EventArgs e) { ServiceReference1.BancoClient sr = new ServiceReference1.BancoClient(); sr.Prestamos(txtMonto.Text, int.Parse(txtNoCuenta.Text), int.Parse(DropDownList1.SelectedValue.ToString())); }