How to retrieve the third table value from the data set?
Answer Posted / bala.r
ds.Tables[2].Rows[SpecificRow][SpecificColumn].ToString();
// SpecificRow- is an Row Index
// SpecificColumn - is either DataColumn or Column Name in
string or Column Index
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is a non query?
What is the difference between ADO and ADO.Net?
What are the advantages of ado.net?
What is sqldatareader in ado.net?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Why is stored procedure used in ado.net?
What is defaultview in datatable?
What is ole access?
What are the various methods provided by the DataSet object to generate XML?
What is a datagridview?
How can I retrieve two tables of data at a time by using data reader?
How to perform sorting on a table in ADO.NET?
What is the difference between Command and CommandBuilder object?
differance between ADO vs ADO.Net?
What is the full form of ado?