سلام دوستان
کسی می دونه دلیل این پیغام خطا در کد زیر چیه؟
Object reference not set to an instance of an object
private void FilterTextBox_TextChanged(object sender, EventArgs e)
{
_myView.RowFilter = string.Format("name LIKE '{0}%'", textBox1.Text);
}