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

differance between ADO vs ADO.Net?

542


What is fill method in ado.net?

536


What are the major difference between classic ADO and ADO.NET?

511


How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?

577


Which is better ole db or odbc?

493






Which keyword is used to accept variable number of parameters?

680


How to add a javaScript function in a datagrid?

565


What is the difference between typed and untyped dataset?

504


How can we add relation between tables in a dataset?

545


How can we load multiple tables in a dataset?

533


What is the difference between executenonquery () and executescalar ()?

480


What is DataReader Object?

590


Explain the advantages and disadvantages of using datalist?

607


What is microsoft ado?

511


How can you identify whether or not any changes are made to the DataSet object since it was last loaded?

552