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
Loading
Ankit GuptaPosted Apr 18, 2018, 5:06 AM
Abhishek KumarPosted Aug 26, 2014, 6:30 AM
Need to check the fill method from statecityselect1TableAdapter class.
Could you Please provide more details on the underlying codes.
Abhishek