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
                   2010-01-29 17:44:39
                
              I don't find Select or RowFilter.
                  bochur1
                   2010-01-29 17:59:49
                check type of DataSource property of your BindingSource
                  Sergey Mirvoda
                   2010-01-29 19:46:44