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


Please Help Members By Posting Answers For Below Questions

What is a serialized object?

538


Data reader read and forward only, how is it possible to get 2 tables of data at a time?

489


how can implement dropdownlist in particular of dataset when try to update?

2306


If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?

613


What is the current version of entity framework?

480






How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?

582


What is Dataset Object?

561


What is openrowset?

494


Which database is the ado.net?

496


Which parameter of ConnectionString is used to specify the name of the database?

543


List the 4 common ado.net namespaces?

697


What are the disadvantages of using datalist?

507


Explain the different row versions available in table?

548


What is the executescalar method?

580


How can we check that some changes have been made to dataset since it was loaded?

514