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