private void SearchName() { this.dataList.DataSource = BProduct.SearchName(this.txtSearch.Text); this.HideCollumns(); lblTotal.Text = Convert.ToString(dataList.Rows.Count) + " registers found"; }