I have tried this code to find record using FindBy. I have a record which is 11-302 but nothing when I used this code.

DataSet11.Customer.FindByCustNo("11-302")

CustNo is the Primary key!

Kindly correct this code for me?