Which method is invoked on the DataAdapter control in order to load data in the dataset?
Vithal Wadje
Fill method- da.fii(ds);where da is object of DataAdapter and ds is object of dataset
fill method
The DataAdaptor's Fill() method is used