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


Please Help Members By Posting Answers For Below Questions

Explain the difference between sqlcommand object and command behavior object?

547


What are the ado.net objects?

521


What are the essential features of ado.net?

546


What is the difference between ADO and ADO.Net?

597


What two types of data providers does ADO.NET supply? What determines which one you should use?

548






What are the advantages of ado.net?

519


What is the difference between an ADO.NET Dataset and an ADO Recordset?

556


What is datasource in ado.net?

603


What are the benefits of using of ADO.NET in .NET 4.0?

550


What does ado stand for?

533


How to work with disconnected data - the dataset and sqldataadapter?

516


can we create synonymn in ms access,sql server,my sql if so explain me with example

1593


Define the data provider classes that is supported by ado.net?

527


What is ado object model?

523


What is a string variable?

501