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 or jdbc?
What is connection string?
Explain ado.net features? Benefits? Drawbacks?
What are the benefits of using ado.net?
What is dataset object? Explain the various objects in dataset.
List all the steps in order, to access a database through ado.net?
What is a sqldataadapter?
What are all the different authentication techniques used to connect to MS SQL Server?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What are the advantages and disadvantages of using datalist?
What is shadow copy?
Is ado.net dead?
What is ado.net and its features?
What is ado code?
What are the advantages of oledb compared with other classes?