views:

318

answers:

1

Anyway to use BS.Find with more than one column (like "ID",1 And "Name","Smith") ?

A: 

Find will only work on primary keys, you can use Select or RowFilter for such a thing if your DataSource is DataTable

Sergey Mirvoda
I don't find Select or RowFilter.
bochur1
check type of DataSource property of your BindingSource
Sergey Mirvoda