Example #1
0
 private void ShowProduct_Sale_Code() //show products by code
 {
     this.dataList.DataSource = BSale.ShowProduct_Sale_Code(this.txtSearch.Text);
     this.HideCollumns();
     lblTotal.Text = Convert.ToString(dataList.Rows.Count) + " registers found";
 }