protected void btnFiltrar_Click(object sender, EventArgs e) { cu.Nome = txtFiltro.Text; gvResultado.DataSource = cuDAL.Listar2(cu); gvResultado.DataBind(); txtFiltro.Text = ""; }