Курсовая работа: Магазин побутової техніки
}
else if (toolStripComboBox1.Text == "Временной промежуток")
{
toolStripTextBox1.Enabled = false;
toolStripLabelExc.Visible = false;
}
}
else
{
складBindingSource.RemoveFilter();
}
}
catch (Exception exc)
{
toolStripLabelExc.Visible = true;
toolStripLabelExc.ForeColor = Color.Red;
toolStripLabelExc.Text = exc.Message;
}
}
private void toolStripComboBox2_TextChanged(object sender, EventArgs e)
{
if (toolStripTextBox1.Text.Length > 0)
{
складBindingSource.Filter = "[" + "Цена" + "]" + toolStripComboBox2.Text + toolStripTextBox1.Text;
}
}
private void toolStripComboBox1_TextChanged(object sender, EventArgs e)
{
toolStripTextBox1.Text = null;