2
Answers

No overload for method 'Fill' takes 1 arguments

Photo of Abhisek Ghosal

Abhisek Ghosal

10y
2.6k
1
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)