Example #1
0
        protected void Reload()
        {
            TextCategoria.MaxLength = 20;
            TextCatePai.MaxLength   = 20;
            _ler = new LerSelect();
            var Dt = _ler.LerCategoria();

            if (Dt != null)
            {
                GridCategoria.DataSource = Dt.ValDataTable;
                GridCategoria.DataBind();
            }
        }