Exemple #1
0
    public static String verFoto(String idEtapa, String IdOp)
    {
        List <FotoBean> lFoto = OportunidadController.GetOportunidadEtapaFoto(IdOp, idEtapa);

        HttpContext.Current.Session["FotosLista"] = lFoto;
        if (lFoto.Count > 0)
        {
            return("OK");
        }
        return("");
        //foto.Src = "../../foto/imagen.aspx?item=0";
    }