I have the below code to search by EmployeeID to find BirthDate but it doesn’t seem to work and I’m unsure why, it says something about invalid arguments. Any ideas?
String birthDate = dsEmployees.Employees.FindByEmployeeID(ID).BirthDate.ToString();
Just says :
1 The best overloaded method match for ‘Northwind.dsEmployees.EmployeesDataTable.FindByEmployeeID(int)’ has some invalid arguments C:\Users\Kimmy\Documents\Visual Studio 2008\Projects\Northwind\Northwind\frmSignIn.cs 43 33 Northwind
try