Ejemplo n.º 1
0
        public void FiltrarCategoria()
        {
            ProductoBusiness ctr   = new ProductoBusiness();
            ProductoModel    model = new ProductoModel();

            model.TextoBuscar       = txt_buscar.Text;
            DRG_Producto.DataSource = ctr.BuscarProducto(model);
            OcultarColumnas();
        }