Abhisek Ghosal

Abhisek Ghosal

  • NA
  • 1
  • 2.5k

No overload for method 'Fill' takes 1 arguments

Aug 26 2014 6:01 AM
employeeTableAdapters.statecityselect1TableAdapter xxx = new employeeTableAdapters.statecityselect1TableAdapter();
        employee.DataTable1DataTable aaa = new employee.DataTable1DataTable();
        xxx.GetData(Convert.ToInt64(Txtpinnum.Text.ToString()));
        xxx.Fill(aaa);// Error: No overload for method 'Fill' takes 1 arguments  

Answers (2)