Which function should you call on a DataAdapter to populate your created dataset with data?

Choose the correct answer

Explanation

The Fill() method of the DataAdapter is used to load data into a dataset. Other options like DataBind() and Load() are not applicable for this purpose.

Which function should you call on a DataAdapter to p… — ASP.net | PakQuizHub