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 know how to rebind the DataGrid.
Kindly show me how?


Reply With Quote