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 namespace in ado.net?
What is the default Timeout for SqlCommand.CommandTimeout property?
What is the difference between a datareader and a dataset?
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
What is the difference between statement and preparedstatement interface?
What does sqldatareader return?
Which is faster entity framework or ado.net?
How many major types of connection objects in ADO.NET?
Explain ado.net features?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is ado.net code?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
How do you update database through dataset?
What is the difference between ADO and ADO.Net?
Which object of ado contains datarow datacolumn collection?