Answer Posted / guest
foreach(DataTable thisTable in myDataSet.Tables){
// For each row, print the values of each column.
foreach(DataRow myRow in thisTable.Rows)}
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Explain the advantages and disadvantages of using datalist?
What are the major difference between classic ADO and ADO.NET?
How to connect and retrieve data from database using dataset
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Define atomicity?
What is difference between sqldatareader and sqldataadapter?
What is command class in ado.net?
How is it possible to get 2 tables of data at a time by using data reader?
What is the difference in record set and dataset?
What is microsoft ado?
What do you mean by ‘batch updates’?
Explain the two fundamental objects in ado.net?
What are the important features of ado.net 2.0?
Why edit is not possible in repeater?
What is the DataTableCollection?