Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answers were Sorted based on User's Feedback
Answer / swapna
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 ? | 23 Yes | 2 No |
Answer / francis
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 ? | 12 Yes | 0 No |
Answer / pushpendra singh
Use Fill() method of DataAdapter class and pass the object
of dataset as an argument to load the generated data.
\\DataAdapter da=new DataAdapter();
\\DataSet ds=new DataSet();
da.Fill(ds);
| Is This Answer Correct ? | 7 Yes | 0 No |
Which object holds only data and does not interact with data source?
Which is faster sqldataadapter and sqldatareader?
What is the use of command objects?
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
5 Answers IBM, Veegyapan Impacts,
Explain how to create dynamic gridview?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
0 Answers SwanSoft Technologies,
What are all the different methods under sqlcommand?
How is it possible to get 2 tables of data at a time by using data reader?
What is data relation?
What are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET?
What is the DataTableCollection?
Difference between datareader and dataset?
26 Answers Microsoft, Noel Infotech, Satyam, Value Labs,
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)