|
-
Mar 5th, 2003, 10:57 PM
#1
Thread Starter
Junior Member
Row filter
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|