Пример #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            prestamos = null;

            if (!Page.IsPostBack)
            {
                Lista = PrestamosBLL.GetListAll();

                CargarLista();
            }
        }