Пример #1
0
 public void cargarPago()
 {
     sol.PK_IS_Cod      = Convert.ToInt32(Session["idSolicitudPago"]);
     v.PK_VV_NumVoucher = ctrsol.HayPago(sol);
     if (ctrv.hayVoucher(v))
     {
         string image = Convert.ToBase64String(v.VBV_Foto);
         Imagenvoucher.ImageUrl = "data:Image/png;base64," + image;
         lblImporte.Text        = v.DV_ImporteDepositado.ToString();
         lbloperacion.Text      = v.PK_VV_NumVoucher;
         lblsol.Text            = Session["idSolicitudPago"].ToString();
     }
 }