Which method do you invoke on the DataAdapter control to
load your generated dataset with data?

Answers were Sorted based on User's Feedback



Which method do you invoke on the DataAdapter control to load your generated dataset with data?..

Answer / sunayana

The .Fill() method

Is This Answer Correct ?    5 Yes 0 No

Which method do you invoke on the DataAdapter control to load your generated dataset with data?..

Answer / 1647264

You have to use the Fill method of the DataAdapter control and pass the dataset object as an argument to load the generated data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How many web.copnfig can exists in a web application & which will be used ?

3 Answers   MMTS,


What are the various ways of securing a web site that could prevent from hacking etc ?

1 Answers  


How do you relate an aspx page with its code behind page ?

4 Answers   Accenture, BirlaSoft,


What is the other method, other than GET and POST, in ASP.NET?

3 Answers  


What is the difference between session and viewstate in asp.net?

0 Answers  






Give some salient points of difference between request processor and request dispatcher.

0 Answers   Tech Mahindra,


How do http sessions work?

0 Answers  


What is a PostBack? What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why is it either useful or evil?

3 Answers   TCS,


What is a DLL Hell Problem in .Net?

12 Answers  


What is true about application service provider?

0 Answers  


what is wwf in asp.net?

3 Answers  


Explain the differences between clr & cts?

0 Answers  


Categories