Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / 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 |
Post New Answer View All Answers
What are the major difference between classic ADO and ADO.NET?
What is difference between executenonquery and executequery?
How to retrieve the user id which is provided while windows authentication?
How would you connect to database using .NET?
What is an ADO.Net?
How would you connect to a database by using .NET?
What are the different ado.net namespaces are available in .net?
How do I delete a row from a DataTable?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What are different layers of ADO.Net?
What are two types of transaction supported by ado.net?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What is openquery?
What is command class in ado.net?