标签: c# sql datagrid
我将过滤器设为我的数据网格。 ProductID表示成功。但是,当我按日期过滤make时;我遇到这个错误:
从字符串转换日期和/或时间时转换失败
这是我的代码行:
DataGrid.DataSource = product.List("ProductID='" + TxtProductID.Text + "' OR ProductDate='" + DTProductDate.Text+ ");
我尝试掩盖更改日期,但没有用。我该怎么办?