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 bubbled event can you please explain?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is dataset and datatable in ado.net?
What we do with the object of ado.net dataset after using it?
Explain how to pass multiple tables in datasets simultaneously?
What are ado.net objects?
differance between ADO vs ADO.Net?
What are typed and untyped dataset?
What is execute scalar in ado.net?
What are the important features of ado.net 2.0?
Explain what is datagrid with an example?
What is the purpose of using adodb?
How do you find the count of records in a dataset?
What are the ado.net connection pooling parameters?
What is data adapter in ado.net with example?