1
Answer

No overload for method 'Fill' takes 1 arguments

Abhisek Ghosal

Abhisek Ghosal

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