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

In asp.net 3.5 we can go one page to onther page without using statemanagment concept?

1 Answers   ANR, Google, TCS,


What is the difference between mvc and asp.net? : Asp.Net MVC

0 Answers  


How to implement role based security in asp.net mvc? : Asp.Net MVC

0 Answers  


How we handle the runtime database schema change issue in asp.net application?

2 Answers   IBM, Tech Mahindra,


How does the cookies work in asp.net?

0 Answers  


Can you explain composite pattern?

0 Answers   QuestPond,


When we do partial refresh of a page using update panel how server knows it(which event occurs?)

2 Answers  


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

1 Answers  


What is a global postback url?

0 Answers  


What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.

4 Answers   Syntax Softtech,


To display data in a Repeater control which template you provide?

0 Answers   Siebel,


Out of ASP or ASP.NET which one is stateless?

0 Answers   BirlaSoft,


Categories