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 ado.net in mvc?
What is the return type of executescalar?
What are the parameters that control most of connection pooling behaviors?
What are all the classes that are available in System.Data Namespace?
How to creating a SqlCommand Object?
What is bubbled event?
What are advantages of microsoft-provided data provider classes in ado.net?
What are the pre-requisites for connection pooling?
Explain the advantages and disadvantages of using datalist?
What is an orm, and why would you use one instead of plain old ado.net?
Can we load multiple tables in a dataset?
What is sqldatasource?
What do you know about ADO.NET's objects and methods?
What is the difference between linq and ado.net?
What is ado.net full form?