How to retrieve the third table value from the data set?
Answer Posted / denial gonzalvis
ds.tables[2].rows[w.rowindex].datacolumn.tostring();
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How do you update a dataset in ado.net?
Which parameter of ConnectionString is used to specify the name of the database?
What is data reader in ado.net?
What do you know about ado.net's methods?
What is the difference between sqldatareader and sqldataadapter?
What is dataset and datatable in ado.net?
What is a datagridview?
How to identify the updated rows in a dataset?
Can we connect two dataadapters to same data source using single connection at same time?
What is the DataTableCollection?
What is commandbuilder in ado.net?
What are the classes in System.Data.Common Namespace?
Is it possible to edit data in Repeater control?
Define table relations?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?