Hi I've tried this code to filter my records.
DataSet11.Products.DefaultView.RowFilter = "ProductName like '" & txtFilter.Text & "%'"
The DataGrid DataSource property is: Dataset11
and its DataMemeber is: Products
I don't if the problem is the code the my DataGrid.
Any idea to solve this problem?
