private void buttonAra_Click(object sender, EventArgs e) { //dataGridView.DataSource= _productDal.GetByNameProducts(txtAramaName.Text.ToString().ToLower()); dataGridView.DataSource = _productDal.GetByPriceBetween(Convert.ToDecimal(txtAramaMin.Text.ToString()), Convert.ToDecimal(txtAramaMax.Text.ToString())); }