Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / rahul ecimt
SqlDataAdapter da=new SqlDataAdapter ()
DataSet ds=new DataSet ()
da.Fill(ds)
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain the differences between oledb sql server, oledbdotnet provider?
Which method in OLEDBAdapter is used to populate dataset with records?
What is connection string?
What is ado.net code?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What is the use of Dataview?
What is the difference between DataReader and DataSet in ADO.NET?
Why do we use sqldataadapter?
How do you connect to sql server database without using sqlclient?
What is an ado?
How can we add relation between tables in a dataset?
What does executequery return?
What is a column variable?
Which control of the BindingNavigator returns the current position within the data source?
how Sequence to connect and retrieve data from database using dataset?