예제 #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            CargarBecas();
            co = new UControl();
            f  = new FacadeAspiranteSE(this);
            a  = new BecasDAOSQL();

            //Session["alu_ID"] = 2;
            if (a.SelectExiste((int)Session["alu_ID"]))
            {
                if (!IsPostBack)
                {
                    LlenarSiExiste((int)Session["alu_ID"]);
                }
                btnSiguiente2.Text = "ACTUALIZAR";
            }
            else
            {
                btnSiguiente2.Text = "GUARDAR";
            }
        }